Revision: 25864
          http://sourceforge.net/p/bibdesk/svn/25864
Author:   hofman
Date:     2021-05-04 16:12:19 +0000 (Tue, 04 May 2021)
Log Message:
-----------
Decalre secondary label color in compatibility

Modified Paths:
--------------
    trunk/bibdesk/BDSKCompatibility.h
    trunk/bibdesk/BDSKFileMatcher.m
    trunk/bibdesk/BDSKLineNumberView.m
    trunk/bibdesk/BibPref_Export.m

Modified: trunk/bibdesk/BDSKCompatibility.h
===================================================================
--- trunk/bibdesk/BDSKCompatibility.h   2021-05-04 16:10:00 UTC (rev 25863)
+++ trunk/bibdesk/BDSKCompatibility.h   2021-05-04 16:12:19 UTC (rev 25864)
@@ -116,6 +116,10 @@
 - (void)setTitleVisibility:(NSWindowTitleVisibility)flag;
 @end
 
+@interface NSColor (BDSKYosemiteDeclarations)
+- (NSColor *)secondaryLabelColor;
+@end
+
 #endif
 
 

Modified: trunk/bibdesk/BDSKFileMatcher.m
===================================================================
--- trunk/bibdesk/BDSKFileMatcher.m     2021-05-04 16:10:00 UTC (rev 25863)
+++ trunk/bibdesk/BDSKFileMatcher.m     2021-05-04 16:12:19 UTC (rev 25864)
@@ -64,12 +64,6 @@
 static CGFloat LEAF_ROW_HEIGHT = 20.0;
 static CGFloat GROUP_ROW_HEIGHT = 24.0;
 
-#if SDK_BEFORE(10_10)
-@interface NSColor (BDSKYosemiteDeclarations)
-- (NSColor *)secondaryLabelColor;
-@end
-#endif
-
 @interface BDSKCenteredTextFieldCell : NSTextFieldCell
 @end
 

Modified: trunk/bibdesk/BDSKLineNumberView.m
===================================================================
--- trunk/bibdesk/BDSKLineNumberView.m  2021-05-04 16:10:00 UTC (rev 25863)
+++ trunk/bibdesk/BDSKLineNumberView.m  2021-05-04 16:12:19 UTC (rev 25864)
@@ -45,12 +45,6 @@
 #define MARKER_THICKNESS    12.0
 #define RULER_MARGIN        4.0
 
-#if SDK_BEFORE(10_10)
-@interface NSColor (BDSKYosemiteDeclarations)
-- (NSColor *)secondaryLabelColor;
-@end
-#endif
-
 @implementation BDSKLineNumberView
 
 @dynamic requiredRuleThickness;

Modified: trunk/bibdesk/BibPref_Export.m
===================================================================
--- trunk/bibdesk/BibPref_Export.m      2021-05-04 16:10:00 UTC (rev 25863)
+++ trunk/bibdesk/BibPref_Export.m      2021-05-04 16:12:19 UTC (rev 25864)
@@ -49,12 +49,6 @@
 
 #define BDSKPasteboardTypeTemplateRows 
@"edu.ucsd.mmccrack.bibdesk.pasteboard.template-rows"
 
-#if SDK_BEFORE(10_10)
-@interface NSColor (BDSKYosemiteDeclarations)
-- (NSColor *)secondaryLabelColor;
-@end
-#endif
-
 @interface BibPref_Export (Private)
 - (void)updateUI;
 - (void)setItemNodes:(NSArray *)array;

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



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to