aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowController.m
diff options
context:
space:
mode:
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];
-
}
/**