Index: src/views/mac/SampleAppDelegate.h |
diff --git a/src/views/mac/SampleAppDelegate.h b/src/views/mac/SampleAppDelegate.h |
deleted file mode 100644 |
index e22ad9d6ea67c840d79edb47a6574bd842af16b1..0000000000000000000000000000000000000000 |
--- a/src/views/mac/SampleAppDelegate.h |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
- |
-/* |
- * Copyright 2011 Google Inc. |
- * |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. |
- */ |
- |
- |
-#import <Cocoa/Cocoa.h> |
-#import "SkSampleNSView.h" |
-#import "SkOptionsTableView.h" |
-@interface SampleAppDelegate : NSObject <NSApplicationDelegate> { |
- NSWindow* fWindow; |
- SkSampleNSView* fView; |
- SkOptionsTableView* fOptions; |
-} |
- |
-@property (assign) IBOutlet NSWindow* fWindow; |
-@property (assign) IBOutlet SkSampleNSView* fView; |
-@property (assign) IBOutlet SkOptionsTableView* fOptions; |
- |
-- (IBAction)toiPadSize:(id)sender; |
- |
-- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender; |
- |
-@end |