Revision: 27946
          http://sourceforge.net/p/bibdesk/svn/27946
Author:   hofman
Date:     2022-09-27 23:17:14 +0000 (Tue, 27 Sep 2022)
Log Message:
-----------
no need for accessor

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

Modified: trunk/bibdesk/BDSKServerInfo.m
===================================================================
--- trunk/bibdesk/BDSKServerInfo.m      2022-09-27 22:41:26 UTC (rev 27945)
+++ trunk/bibdesk/BDSKServerInfo.m      2022-09-27 23:17:14 UTC (rev 27946)
@@ -77,13 +77,9 @@
     return ([object1 count] == 0 && [object2 count] == 0) || [object1 
isEqual:object2];
 }
 
-@interface BDSKServerInfo ()
-@property (nonatomic, getter=isPasswordInKeychain) BOOL passwordInKeychain;
-@end
-
 @implementation BDSKServerInfo
 
-@synthesize type, name, database, passwordInKeychain;
+@synthesize type, name, database;
 @dynamic dictionaryValue, host, port, password, username, recordSyntax, 
resultEncoding, queryConfig, removeDiacritics, lite, options, entrez, zoom, 
ISI, DBLP, serverType, URLValue;
 
 + (BOOL)accessInstanceVariablesDirectly { return NO; }

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