Cleanup: Remove unused variable in RNA path function

Caused by 462014b59b
This commit is contained in:
Julian Eisel
2022-09-08 16:44:24 +02:00
parent 7eda9d8dda
commit 59f6c60fb6

View File

@@ -927,7 +927,6 @@ ID *RNA_find_real_ID_and_path(ID *id, const char **r_path)
return id;
}
const IDTypeInfo *id_type = BKE_idtype_get_info_from_id(id);
if (r_path) {
switch (GS(id->name)) {
case ID_NT: