aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-08-03 00:51:11 +0000
committerrowanbeentje <rowan@beent.je>2012-08-03 00:51:11 +0000
commite00a999ae88539d3fa2de4363c1c955002cb2b61 (patch)
tree061698706695790228f06db6283ff3a2f8a6baa8 /Source/SPConnectionController.h
parentb56622b7471907f6c0a09bc67a19c0ea031df23a (diff)
downloadsequelpro-e00a999ae88539d3fa2de4363c1c955002cb2b61.tar.gz
sequelpro-e00a999ae88539d3fa2de4363c1c955002cb2b61.tar.bz2
sequelpro-e00a999ae88539d3fa2de4363c1c955002cb2b61.zip
- Remove BWToolKit from the project, using ibtool to strip out plugin dependencies now that all BW custom elements have been removed; remove last references and build steps.
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r--Source/SPConnectionController.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h
index 07899f5d..de517fdf 100644
--- a/Source/SPConnectionController.h
+++ b/Source/SPConnectionController.h
@@ -46,16 +46,6 @@
#endif
;
-#ifndef SP_REFACTOR /* class decl */
-
-@interface NSObject (BWAnchoredButtonBar)
-
-- (NSRect)splitView:(NSSplitView *)splitView additionalEffectiveRectOfDividerAtIndex:(NSInteger)dividerIndex;
-
-@end
-
-#endif
-
@interface SPConnectionController : NSViewController <SPMySQLConnectionDelegate>
{
id <SPConnectionControllerDelegateProtocol, NSObject> delegate;