aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/FileReaderApp/FileReaderAppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/FileReaderApp/FileReaderAppDelegate.h')
-rw-r--r--experimental/FileReaderApp/FileReaderAppDelegate.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/experimental/FileReaderApp/FileReaderAppDelegate.h b/experimental/FileReaderApp/FileReaderAppDelegate.h
deleted file mode 100644
index 113f62e229..0000000000
--- a/experimental/FileReaderApp/FileReaderAppDelegate.h
+++ /dev/null
@@ -1,15 +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 "SkNSWindow.h"
-@interface FileReaderAppDelegate : NSObject <NSApplicationDelegate> {
- SkNSWindow *window;
-}
-
-@property (assign) IBOutlet SkNSWindow *window;
-@end