Revision: 13974
          http://sourceforge.net/p/skim-app/code/13974
Author:   hofman
Date:     2023-12-24 15:22:44 +0000 (Sun, 24 Dec 2023)
Log Message:
-----------
remove some array kvc methods we don't use

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2023-12-24 15:20:25 UTC (rev 13973)
+++ trunk/SKMainWindowController.m      2023-12-24 15:22:44 UTC (rev 13974)
@@ -1414,8 +1414,8 @@
     [searchResults setArray:newSearchResults];
 }
 
-- (void)insertObject:(PDFSelection *)searchResult 
inSearchResultsAtIndex:(NSUInteger)theIndex {
-    [searchResults insertObject:searchResult atIndex:theIndex];
+- (NSArray *)groupedSearchResults {
+    return groupedSearchResults;
 }
 
 - (void)setGroupedSearchResults:(NSArray *)newGroupedSearchResults {

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