aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMUILocalizerTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMUILocalizerTest.h')
-rw-r--r--AppKit/GTMUILocalizerTest.h5
1 files changed, 1 insertions, 4 deletions
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 <Cocoa/Cocoa.h>
#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_;
}