diff options
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 10 |
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; |