Author: mlytwyn
Date: Thu Jun 11 23:58:35 2015
New Revision: 38619

URL: http://svn.gna.org/viewcvs/gnustep?rev=38619&view=rev
Log:
Remove OS_API_VERSION around new constants added last time to implementation 
file

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSImage.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSImage.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSImage.m?rev=38619&r1=38618&r2=38619&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSImage.m (original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSImage.m Thu Jun 11 
23:58:35 2015
@@ -58,7 +58,7 @@
 
 BOOL NSImageForceCaching = NO; /* use on missmatch */
 
-#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
+// OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
 NSString *const NSImageNameQuickLookTemplate        = @"NSQuickLookTemplate";
 NSString *const NSImageNameBluetooth                = @"NSBluetoothTemplate";
 NSString *const NSImageNameIChatTheater             = 
@"NSIChatTheaterTemplate";
@@ -94,7 +94,7 @@
 NSString *const NSImageNameNetwork                  = @"NSNetwork";
 #endif
 
-#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST)
+// OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST)
 NSString *const NSImageNameFolder                   = @"NSFolder";
 #endif
 


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to