Revision: 16199
          http://sourceforge.net/p/skim-app/code/16199
Author:   hofman
Date:     2026-05-01 20:54:31 +0000 (Fri, 01 May 2026)
Log Message:
-----------
remove unused macros

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2026-05-01 15:37:49 UTC (rev 16198)
+++ trunk/SKMainWindowController.m      2026-05-01 20:54:31 UTC (rev 16199)
@@ -139,9 +139,6 @@
 
 #define LABEL_COLUMNID  @"label"
 
-#define RELEVANCE_COLUMNID  @"relevance"
-#define RESULTS_COLUMNID    @"results"
-
 #define PAGELABEL_KEY   @"pageLabel"
 
 #define MAINWINDOWFRAME_KEY         @"windowFrame"

Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m   2026-05-01 15:37:49 UTC (rev 16198)
+++ trunk/SKMainWindowController_UI.m   2026-05-01 20:54:31 UTC (rev 16199)
@@ -536,6 +536,7 @@
     if ([[[[aNotification userInfo] objectForKey:@"NSTableColumn"] identifier] 
isEqualToString:IMAGE_COLUMNID]) {
         NSTableView *tv = [aNotification object];
         if ([tv isEqual:leftSideController.thumbnailTableView] || [tv 
isEqual:rightSideController.snapshotTableView]) {
+            [self 
performSelectorOnce:@selector(invalidateRowHeightsForTableView:) withObject:tv 
afterDelay:0.0];
             [(SKTableView *)tv noteHeightOfRowsChangedAnimating:NO];
         }
     }

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