[Bf-blender-cvs] [ef07af330a1] xr-controller-support: Add missing unused variable

Peter Kim noreply at git.blender.org
Mon Aug 2 10:01:26 CEST 2021


Commit: ef07af330a1f2a642a1b9421ed2fad6b8484554b
Author: Peter Kim
Date:   Mon Aug 2 17:00:06 2021 +0900
Branches: xr-controller-support
https://developer.blender.org/rBef07af330a1f2a642a1b9421ed2fad6b8484554b

Add missing unused variable

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

M	source/blender/makesrna/intern/rna_xr.c

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

diff --git a/source/blender/makesrna/intern/rna_xr.c b/source/blender/makesrna/intern/rna_xr.c
index b854e9e6106..010e5d3fd7f 100644
--- a/source/blender/makesrna/intern/rna_xr.c
+++ b/source/blender/makesrna/intern/rna_xr.c
@@ -1094,7 +1094,7 @@ static bool rna_XrSessionState_action_set_create(bContext *C,
 
   return true;
 #  else
-  UNUSED_VARS(C, actionmap);
+  UNUSED_VARS(C, actionmap, set_active);
   return false;
 #  endif
 }



More information about the Bf-blender-cvs mailing list