aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-10-21 04:12:41 +0200
committerMax <post@wickenrode.com>2015-10-21 04:14:29 +0200
commitf55a56f87dbff301c409f66a446a603ad1159242 (patch)
tree637c68c165838441b04cbea5576ef94dcc93d5e0
parentffbf7a4a9d4c617afd47a5428a17e0646b9bce97 (diff)
downloadsequelpro-f55a56f87dbff301c409f66a446a603ad1159242.tar.gz
sequelpro-f55a56f87dbff301c409f66a446a603ad1159242.tar.bz2
sequelpro-f55a56f87dbff301c409f66a446a603ad1159242.zip
That looks like it isn't used anymore
-rw-r--r--Source/SPAppController.h4
-rw-r--r--Source/SPAppController.m1
2 files changed, 0 insertions, 5 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h
index b548c36b..4dd93839 100644
--- a/Source/SPAppController.h
+++ b/Source/SPAppController.h
@@ -40,10 +40,6 @@
@interface SPAppController : NSObject <FRFeedbackReporterDelegate, NSApplicationDelegate, NSOpenSavePanelDelegate, NSFileManagerDelegate>
{
- IBOutlet NSWindow* bundleEditorWindow;
-
- BOOL isNewFavorite;
-
SPAboutController *aboutController;
SPPreferenceController *prefsController;
SPBundleEditorController *bundleEditorController;
diff --git a/Source/SPAppController.m b/Source/SPAppController.m
index 91ce9737..3458634a 100644
--- a/Source/SPAppController.m
+++ b/Source/SPAppController.m
@@ -131,7 +131,6 @@
// Register for drag start notifications - used to bring all windows to front
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(tabDragStarted:) name:PSMTabDragDidBeginNotification object:nil];
- isNewFavorite = NO;
}
/**