diff options
Diffstat (limited to 'Frameworks/BWToolkitFramework.framework/BWSheetControllerIntegration.m')
-rw-r--r-- | Frameworks/BWToolkitFramework.framework/BWSheetControllerIntegration.m | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Frameworks/BWToolkitFramework.framework/BWSheetControllerIntegration.m b/Frameworks/BWToolkitFramework.framework/BWSheetControllerIntegration.m deleted file mode 100644 index c71d7112..00000000 --- a/Frameworks/BWToolkitFramework.framework/BWSheetControllerIntegration.m +++ /dev/null @@ -1,23 +0,0 @@ -// -// BWSheetControllerIntegration.m -// BWToolkit -// -// Created by Brandon Walkin (www.brandonwalkin.com) -// All code is provided under the New BSD license. -// - -#import <InterfaceBuilderKit/InterfaceBuilderKit.h> -#import "BWSheetController.h" - -@implementation BWSheetController ( BWSheetControllerIntegration ) - -- (NSImage *)ibDefaultImage -{ - NSBundle *bundle = [NSBundle bundleForClass:[BWSheetController class]]; - - NSImage *image = [[[NSImage alloc] initWithContentsOfFile:[bundle pathForImageResource:@"Library-SheetController.tif"]] autorelease]; - - return image; -} - -@end |