summaryrefslogtreecommitdiffstats
path: root/macosx/HBTabView.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-02-13 17:56:02 +0100
committerDamiano Galassi <[email protected]>2019-02-13 17:56:02 +0100
commit3f9a7051407be2562721471e2829bb2e73d391ed (patch)
tree59f51c88a97b41ee9d416495ae3a62005370332e /macosx/HBTabView.h
parentd0e37ca0d75fbcef5bdf47aafe8543e262314ec5 (diff)
MacGui: remove two old unused classes, remove some old compatibility hacks, and fix warnings.
Diffstat (limited to 'macosx/HBTabView.h')
-rw-r--r--macosx/HBTabView.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/macosx/HBTabView.h b/macosx/HBTabView.h
deleted file mode 100644
index 8efba02fe..000000000
--- a/macosx/HBTabView.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* HBTabView
-
- 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>
-
-@interface HBTabView : NSTabView
-
-@property (nullable, assign) IBOutlet id<NSDraggingDestination> dropDelegate;
-
-@end