Revision: 29672
          http://sourceforge.net/p/bibdesk/svn/29672
Author:   hofman
Date:     2025-10-05 15:58:11 +0000 (Sun, 05 Oct 2025)
Log Message:
-----------
synthesize soem properties

Modified Paths:
--------------
    trunk/bibdesk/BDSKSearchGroup.m

Modified: trunk/bibdesk/BDSKSearchGroup.m
===================================================================
--- trunk/bibdesk/BDSKSearchGroup.m     2025-10-05 15:41:28 UTC (rev 29671)
+++ trunk/bibdesk/BDSKSearchGroup.m     2025-10-05 15:58:11 UTC (rev 29672)
@@ -70,7 +70,8 @@
 
 @implementation BDSKSearchGroup
 
-@dynamic type, serverInfo, searchTerm, history, numberOfAvailableResults, 
errorMessage, hasMoreResults, searchStringFormatter;
+@synthesize searchTerm, history;
+@dynamic type, serverInfo, numberOfAvailableResults, errorMessage, 
hasMoreResults, searchStringFormatter;
 
 + (void)initialize {
     BDSKINITIALIZE;
@@ -295,17 +296,6 @@
     }
 }
 
-- (NSString *)searchTerm { return searchTerm; }
-
-- (void)setHistory:(NSArray *)newHistory;
-{
-    if (history != newHistory) {
-        history = [newHistory copy];
-    }
-}
-
-- (NSArray *)history {return history; }
-
 - (NSInteger)numberOfAvailableResults { return [server 
numberOfAvailableResults]; }
 
 - (BOOL)hasMoreResults;

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to