summaryrefslogtreecommitdiffstats
path: root/macosx/WhiteBox.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2008-01-11 17:48:18 +0000
committerritsuka <[email protected]>2008-01-11 17:48:18 +0000
commit3caeaf135a8838fbc3f6a261bd7a66962a1bd5f5 (patch)
treefaf286fde0354e240e6d343f5268e7a0bb583216 /macosx/WhiteBox.m
parent709c565f9e47282236b01ba1eb980c31221659f1 (diff)
MacGUI: move IHB source code to his own folder.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1185 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/WhiteBox.m')
-rw-r--r--macosx/WhiteBox.m12
1 files changed, 0 insertions, 12 deletions
diff --git a/macosx/WhiteBox.m b/macosx/WhiteBox.m
deleted file mode 100644
index 64d5c3490..000000000
--- a/macosx/WhiteBox.m
+++ /dev/null
@@ -1,12 +0,0 @@
-#import "WhiteBox.h"
-
-@implementation WhiteBox
-
-- (void) drawRect: (NSRect) rect
-{
- [[NSColor whiteColor] set];
- [[NSBezierPath bezierPathWithRect: rect] fill];
- [super drawRect: rect];
-}
-
-@end