aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
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 /Source/SPAppController.m
parentffbf7a4a9d4c617afd47a5428a17e0646b9bce97 (diff)
downloadsequelpro-f55a56f87dbff301c409f66a446a603ad1159242.tar.gz
sequelpro-f55a56f87dbff301c409f66a446a603ad1159242.tar.bz2
sequelpro-f55a56f87dbff301c409f66a446a603ad1159242.zip
That looks like it isn't used anymore
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r--Source/SPAppController.m1
1 files changed, 0 insertions, 1 deletions
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;
}
/**