From 0bcba4844f6ceb73e9e83f15126de3f598ee8a76 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Mon, 7 Sep 2009 21:15:28 +0000 Subject: [Author: alcor] Fix toolbar localizer test R=thomasvl DELTA=2780 (2767 added, 6 deleted, 7 changed) --- AppKit/GTMUILocalizerTest.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'AppKit/GTMUILocalizerTest.h') diff --git a/AppKit/GTMUILocalizerTest.h b/AppKit/GTMUILocalizerTest.h index 46594bc..d2019bb 100644 --- a/AppKit/GTMUILocalizerTest.h +++ b/AppKit/GTMUILocalizerTest.h @@ -19,10 +19,6 @@ #import #import "GTMDefines.h" -// TODO(alcor): this test is 10.5 only due to the toolbar in the xib -// if we support 10.4, we should find another way to test - -#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 @interface GTMUILocalizerTestWindowController : NSWindowController { IBOutlet NSWindow *otherWindow_; IBOutlet NSWindow *anotherWindow_; @@ -33,6 +29,7 @@ - (NSMenu *)otherMenu; @end +#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 @interface GTMUILocalizerTestViewController : NSViewController { IBOutlet NSView *otherView_; } -- cgit v1.2.3