mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 12:41:01 +00:00
Remove OS_API_VERSION around new constants added last time to implementation file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38619 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a768e5ab48
commit
20f140ca29
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
BOOL NSImageForceCaching = NO; /* use on missmatch */
|
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 NSImageNameQuickLookTemplate = @"NSQuickLookTemplate";
|
||||||
NSString *const NSImageNameBluetooth = @"NSBluetoothTemplate";
|
NSString *const NSImageNameBluetooth = @"NSBluetoothTemplate";
|
||||||
NSString *const NSImageNameIChatTheater = @"NSIChatTheaterTemplate";
|
NSString *const NSImageNameIChatTheater = @"NSIChatTheaterTemplate";
|
||||||
|
@ -94,7 +94,7 @@ NSString *const NSImageNameFolderSmart = @"NSFolderSmart";
|
||||||
NSString *const NSImageNameNetwork = @"NSNetwork";
|
NSString *const NSImageNameNetwork = @"NSNetwork";
|
||||||
#endif
|
#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";
|
NSString *const NSImageNameFolder = @"NSFolder";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue