aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPOutlineView.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-10-08 14:26:01 +0000
committerrowanbeentje <rowan@beent.je>2012-10-08 14:26:01 +0000
commitc55ffebc406d7d2af3c71b2dace3ec7e3238fd55 (patch)
tree24bd96933a185e5e1fc4629c221b20df2c933330 /Source/SPOutlineView.m
parent051e606e86cb7817defc2ecb2cf4efb7c6444e4c (diff)
downloadsequelpro-c55ffebc406d7d2af3c71b2dace3ec7e3238fd55.tar.gz
sequelpro-c55ffebc406d7d2af3c71b2dace3ec7e3238fd55.tar.bz2
sequelpro-c55ffebc406d7d2af3c71b2dace3ec7e3238fd55.zip
- Fix the Quick Connect entry on the connection screen being a drag and drop target
- Speculative fix for 10.6 & 10.5 connection screen padding/layout issues
Diffstat (limited to 'Source/SPOutlineView.m')
-rw-r--r--Source/SPOutlineView.m7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/SPOutlineView.m b/Source/SPOutlineView.m
index 187876be..0170b4f5 100644
--- a/Source/SPOutlineView.m
+++ b/Source/SPOutlineView.m
@@ -34,13 +34,6 @@
@implementation SPOutlineView
-- (id)init
-{
- self = [super init];
-
- return self;
-}
-
/**
* Right-click at row will select that row before ordering out the contextual menu
* if not more than one row is selected.