Cleanup: quiet unused variable warning

This commit is contained in:
Campbell Barton 2022-05-03 09:32:27 +10:00
parent 62ef1c08af
commit 309b6319a0

@ -705,6 +705,7 @@ static int rna_XrSessionSettings_icon_from_show_object_viewport_get(PointerRNA *
# endif # endif
); );
# else # else
UNUSED_VARS(ptr);
return ICON_NONE; return ICON_NONE;
# endif # endif
} }