From 20f140ca291b99faeda92fb2e78af282c55aacb3 Mon Sep 17 00:00:00 2001 From: Marcian Lytwyn Date: Thu, 11 Jun 2015 21:58:35 +0000 Subject: [PATCH] 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 --- Source/NSImage.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/NSImage.m b/Source/NSImage.m index 42243bc80..617d394f1 100644 --- a/Source/NSImage.m +++ b/Source/NSImage.m @@ -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 NSImageNameFolderSmart = @"NSFolderSmart"; 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