[Bf-blender-cvs] [a790218d7c0] usd-importer-T81257-merge: USD Import: removed unused variable.

makowalski noreply at git.blender.org
Sat Jul 24 04:23:33 CEST 2021


Commit: a790218d7c0ad8dee62f4c07f377b76e1749c82b
Author: makowalski
Date:   Fri Jul 23 22:04:39 2021 -0400
Branches: usd-importer-T81257-merge
https://developer.blender.org/rBa790218d7c0ad8dee62f4c07f377b76e1749c82b

USD Import: removed unused variable.

===================================================================

M	source/blender/editors/io/io_usd.c

===================================================================

diff --git a/source/blender/editors/io/io_usd.c b/source/blender/editors/io/io_usd.c
index 98cf298103e..2dfcc0e2daf 100644
--- a/source/blender/editors/io/io_usd.c
+++ b/source/blender/editors/io/io_usd.c
@@ -413,8 +413,6 @@ static void wm_usd_import_draw(bContext *UNUSED(C), wmOperator *op)
 
 void WM_OT_usd_import(struct wmOperatorType *ot)
 {
-  PropertyRNA *prop;
-
   ot->name = "Import USD";
   ot->description = "Import USD stage into current scene";
   ot->idname = "WM_OT_usd_import";



More information about the Bf-blender-cvs mailing list