diff options
Diffstat (limited to 'macosx/HBHUDButtonCell.h')
-rw-r--r-- | macosx/HBHUDButtonCell.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/macosx/HBHUDButtonCell.h b/macosx/HBHUDButtonCell.h deleted file mode 100644 index 3f0c6e564..000000000 --- a/macosx/HBHUDButtonCell.h +++ /dev/null @@ -1,15 +0,0 @@ -/* HBHUDButtonCell.h $ - - 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 <Cocoa/Cocoa.h> - -/** - * A subclass of NSButtonCell that draws the cell title - * in white. - */ -@interface HBHUDButtonCell : NSButtonCell - -@end |