Revision: 14047
          http://sourceforge.net/p/skim-app/code/14047
Author:   hofman
Date:     2024-02-14 16:03:19 +0000 (Wed, 14 Feb 2024)
Log Message:
-----------
no need to check whether window was loaded, is implied

Modified Paths:
--------------
    trunk/SKMainWindowController.m

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2024-02-14 15:33:26 UTC (rev 14046)
+++ trunk/SKMainWindowController.m      2024-02-14 16:03:19 UTC (rev 14047)
@@ -265,7 +265,7 @@
 }
 
 - (void)dealloc {
-    if ([self isWindowLoaded] && mwcFlags.needsCleanup == 1)
+    if (mwcFlags.needsCleanup == 1)
         SKENSURE_MAIN_THREAD( [self cleanup]; );
 }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to