diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-12-23 14:38:36 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-12-23 14:38:36 -0800 |
commit | 5ec84653740710972aa0a6bcc62679e1e0dbfa08 (patch) | |
tree | 05bef14bbbd560a59643bfe538a48c88e63adccc /ext/installfiles/mac/mac-ui-macgap1-wrapper/src/MacGap/WindowController.h | |
parent | 6b5d6efe6c9d597c49b3fe57d6c40342b226556f (diff) | |
download | infinitytier-5ec84653740710972aa0a6bcc62679e1e0dbfa08.tar.gz infinitytier-5ec84653740710972aa0a6bcc62679e1e0dbfa08.zip |
Remove dead Mac stuff.
Diffstat (limited to 'ext/installfiles/mac/mac-ui-macgap1-wrapper/src/MacGap/WindowController.h')
-rw-r--r-- | ext/installfiles/mac/mac-ui-macgap1-wrapper/src/MacGap/WindowController.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/installfiles/mac/mac-ui-macgap1-wrapper/src/MacGap/WindowController.h b/ext/installfiles/mac/mac-ui-macgap1-wrapper/src/MacGap/WindowController.h deleted file mode 100644 index 72927eff..00000000 --- a/ext/installfiles/mac/mac-ui-macgap1-wrapper/src/MacGap/WindowController.h +++ /dev/null @@ -1,13 +0,0 @@ -#import <Cocoa/Cocoa.h> -#import "ContentView.h" - -@interface WindowController : NSWindowController { - -} - -- (id) initWithURL:(NSString *) url; -- (id) initWithRequest: (NSURLRequest *)request; -@property (retain) NSURL * url; -@property (retain) IBOutlet ContentView *contentView; - -@end |