Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2022-09-08 17:44:24 +0300
committerJulian Eisel <julian@blender.org>2022-09-08 17:44:24 +0300
commit59f6c60fb60ecd143d5e5984a4e7883d91766007 (patch)
tree31db6d7a712d3685b368d841730c95ee4a3eb294 /source/blender/makesrna/intern/rna_path.cc
parent7eda9d8dda59cd2bfebe665114447adc0a5ce778 (diff)
Cleanup: Remove unused variable in RNA path function
Caused by 462014b59b4f
Diffstat (limited to 'source/blender/makesrna/intern/rna_path.cc')
-rw-r--r--source/blender/makesrna/intern/rna_path.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_path.cc b/source/blender/makesrna/intern/rna_path.cc
index 6fc1eed7e23..96f46f5dbe6 100644
--- a/source/blender/makesrna/intern/rna_path.cc
+++ b/source/blender/makesrna/intern/rna_path.cc
@@ -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: