Remove redundant values from MainMenu.xib

A small section of this file is still required to build and run the app (it contains metadata that declares that AppDelegate.m is the main implementation, for example).
This commit is contained in:
Thomas Denney
2016-09-15 08:51:49 +01:00
parent bdbe8371dd
commit 67cdf16fe4
2 changed files with 1 additions and 665 deletions

View File

@ -4,7 +4,6 @@
@interface AppDelegate ()<DirectoryWatcherDelegate, UploaderDelegate, NSUserNotificationCenterDelegate>
@property (weak) IBOutlet NSWindow *window;
@property DirectoryWatcher * watcher;
@property Uploader * uploader;
@property NSStatusItem * menubarItem;