summaryrefslogtreecommitdiffstats
path: root/macosx/InstantHandBrake/WhiteBox.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/InstantHandBrake/WhiteBox.m')
-rw-r--r--macosx/InstantHandBrake/WhiteBox.m18
1 files changed, 0 insertions, 18 deletions
diff --git a/macosx/InstantHandBrake/WhiteBox.m b/macosx/InstantHandBrake/WhiteBox.m
deleted file mode 100644
index 6e5c39d2e..000000000
--- a/macosx/InstantHandBrake/WhiteBox.m
+++ /dev/null
@@ -1,18 +0,0 @@
-/* WhiteBox
-
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.fr/>.
- It may be used under the terms of the GNU General Public License. */
-
-#import "WhiteBox.h"
-
-@implementation WhiteBox
-
-- (void) drawRect: (NSRect) rect
-{
- [[NSColor whiteColor] set];
- [[NSBezierPath bezierPathWithRect: rect] fill];
- [super drawRect: rect];
-}
-
-@end