aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowController.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-01-28 17:48:40 +0000
committerstuconnolly <stuart02@gmail.com>2012-01-28 17:48:40 +0000
commitdcff7d1299bd0887736f7464698b61ef18a94416 (patch)
tree703475e6bc6d2d117c2eee3b7486e0a5cf61e63c /Source/SPWindowController.m
parent816c870b93ad7bd3078d8b7a700e24354adfe4af (diff)
downloadsequelpro-dcff7d1299bd0887736f7464698b61ef18a94416.tar.gz
sequelpro-dcff7d1299bd0887736f7464698b61ef18a94416.tar.bz2
sequelpro-dcff7d1299bd0887736f7464698b61ef18a94416.zip
Tidy up.
Diffstat (limited to 'Source/SPWindowController.m')
-rw-r--r--Source/SPWindowController.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPWindowController.m b/Source/SPWindowController.m
index ca0c816e..282ebda5 100644
--- a/Source/SPWindowController.m
+++ b/Source/SPWindowController.m
@@ -212,7 +212,6 @@ enum {
*/
- (IBAction) moveSelectedTabInNewWindow:(id)sender
{
-
static NSPoint cascadeLocation = {.x = 0, .y = 0};
SPDatabaseDocument *selectedDocument = [[tabView selectedTabViewItem] identifier];
@@ -275,7 +274,6 @@ enum {
[newWindowController tabView:[tabBar tabView] didDropTabViewItem:[selectedCell representedObject] inTabBar:control];
[newWindow makeKeyAndOrderFront:nil];
-
}
/**