Cleanup: fix "parameter unused" warning

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2022-05-02 14:34:31 +02:00
parent e07ac34b3f
commit 4c3efb4320
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
}