Cleanup: quiet unused variable warning

This commit is contained in:
Campbell Barton 2022-05-03 09:32:27 +10:00
parent 62ef1c08af
commit 309b6319a0
1 changed files with 1 additions and 0 deletions

View File

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