iOS: Addressing #998 #1001

This commit is contained in:
matlabbe
2023-03-25 14:11:42 -07:00
parent c4e94bcdc3
commit 11e5437eba
8 changed files with 66 additions and 92 deletions
-7
View File
@@ -489,13 +489,6 @@ void setGridVisibleNative(const void *object, bool visible)
else
UERROR("object is null!");
}
void setRawScanSavedNative(const void *object, bool enabled)
{
if(object)
native(object)->setRawScanSaved(enabled);
else
UERROR("object is null!");
}
void setFullResolutionNative(const void *object, bool enabled)
{
if(object)