diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 14:46:42 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 14:46:42 -0700 |
| commit | cafa41ba4d53b2b945d56cd1a9b1bb92b5610b53 (patch) | |
| tree | c5293dd426c821ef02c122115630eaf1eccc88b6 /ext/mac-ui-macgap1-wrapper/src/MacGap/WindowController.h | |
| parent | 196d96cfa7e24891bd1954e6ed734567e3944279 (diff) | |
| download | infinitytier-cafa41ba4d53b2b945d56cd1a9b1bb92b5610b53.tar.gz infinitytier-cafa41ba4d53b2b945d56cd1a9b1bb92b5610b53.zip | |
RedHat stuff and cleanup.
Diffstat (limited to 'ext/mac-ui-macgap1-wrapper/src/MacGap/WindowController.h')
| -rw-r--r-- | ext/mac-ui-macgap1-wrapper/src/MacGap/WindowController.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/mac-ui-macgap1-wrapper/src/MacGap/WindowController.h b/ext/mac-ui-macgap1-wrapper/src/MacGap/WindowController.h deleted file mode 100644 index 72927eff..00000000 --- a/ext/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 |
