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
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to