From d12ddff12e2729bb70c5dacb30927559d9c6615e Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 26 Sep 2010 15:14:47 +0000 Subject: Remove 10.4 related code and associated macros. --- Source/SPDatabaseDocument.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Source/SPDatabaseDocument.m') diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m index ae37cabe..03db2925 100644 --- a/Source/SPDatabaseDocument.m +++ b/Source/SPDatabaseDocument.m @@ -237,8 +237,7 @@ [taskProgressWindow setAlphaValue:0.0]; [taskProgressWindow setContentView:taskProgressLayer]; - [contentViewSplitter setDelegate:self]; - + [contentViewSplitter setDelegate:self]; } /** @@ -4223,7 +4222,6 @@ */ - (BOOL)parentTabShouldClose { - // If no connection is available, always return YES. Covers initial setup and disconnections. if(!_isConnected) return YES; -- cgit v1.2.3