Revision: 28407
          http://sourceforge.net/p/bibdesk/svn/28407
Author:   hofman
Date:     2023-10-15 08:27:54 +0000 (Sun, 15 Oct 2023)
Log Message:
-----------
synthesize property

Modified Paths:
--------------
    trunk/bibdesk/BDSKCiteKeyFormatter.h
    trunk/bibdesk/BDSKCiteKeyFormatter.m

Modified: trunk/bibdesk/BDSKCiteKeyFormatter.h
===================================================================
--- trunk/bibdesk/BDSKCiteKeyFormatter.h        2023-10-14 18:13:06 UTC (rev 
28406)
+++ trunk/bibdesk/BDSKCiteKeyFormatter.h        2023-10-15 08:27:54 UTC (rev 
28407)
@@ -41,7 +41,6 @@
     BOOL allowsEmptyString;
 }
 
-- (BOOL)allowsEmptyString;
-- (void)setAllowsEmptyString:(BOOL)flag;
+@property (nonatomic) BOOL allowsEmptyString;
 
 @end

Modified: trunk/bibdesk/BDSKCiteKeyFormatter.m
===================================================================
--- trunk/bibdesk/BDSKCiteKeyFormatter.m        2023-10-14 18:13:06 UTC (rev 
28406)
+++ trunk/bibdesk/BDSKCiteKeyFormatter.m        2023-10-15 08:27:54 UTC (rev 
28407)
@@ -38,14 +38,8 @@
 
 @implementation BDSKCiteKeyFormatter 
 
-- (BOOL)allowsEmptyString {
-    return allowsEmptyString;
-}
+@synthesize allowsEmptyString;
 
-- (void)setAllowsEmptyString:(BOOL)flag {
-    allowsEmptyString = flag;
-}
-
 - (NSString *)stringForObjectValue:(id)obj{
     return obj;
 }

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