aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/mac/macExample/macExample/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/mac/macExample/macExample/AppDelegate.h')
-rw-r--r--example/mac/macExample/macExample/AppDelegate.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/example/mac/macExample/macExample/AppDelegate.h b/example/mac/macExample/macExample/AppDelegate.h
index 1d0ba332..baa48894 100644
--- a/example/mac/macExample/macExample/AppDelegate.h
+++ b/example/mac/macExample/macExample/AppDelegate.h
@@ -11,11 +11,6 @@
@class MCTMsgListViewController;
@interface AppDelegate : NSObject <NSApplicationDelegate> {
- IBOutlet NSButton * _loginButton;
- IBOutlet NSButton * _cancelButton;
- IBOutlet NSTextField * _loginTextField;
- IBOutlet NSTextField * _passwordTextField;
- IBOutlet NSProgressIndicator * _progressView;
IBOutlet MCTMsgListViewController * _msgListViewController;
IBOutlet NSWindow * _accountWindow;
}