summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/src/main/macosx/SDLMain.h
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2018-02-07 20:04:46 -0500
committerFranklin Wei <git@fwei.tk>2018-03-12 20:52:01 -0400
commit6039eb05ba6d82ef56f2868c96654c552d117bf9 (patch)
tree9db7016bcbf66cfdf7b9bc998d84c6eaff9c8378 /apps/plugins/sdl/src/main/macosx/SDLMain.h
parentef373c03b96b0be08babca581d9f10bccfd4931f (diff)
downloadrockbox-6039eb05ba6d82ef56f2868c96654c552d117bf9.tar.gz
rockbox-6039eb05ba6d82ef56f2868c96654c552d117bf9.zip
sdl: remove non-rockbox drivers
We never use any of these other drivers, so having them around just takes up space. Change-Id: Iced812162df1fef3fd55522b7e700acb6c3bcd41
Diffstat (limited to 'apps/plugins/sdl/src/main/macosx/SDLMain.h')
-rw-r--r--apps/plugins/sdl/src/main/macosx/SDLMain.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/plugins/sdl/src/main/macosx/SDLMain.h b/apps/plugins/sdl/src/main/macosx/SDLMain.h
deleted file mode 100644
index c56d90cbe8..0000000000
--- a/apps/plugins/sdl/src/main/macosx/SDLMain.h
+++ /dev/null
@@ -1,16 +0,0 @@
1/* SDLMain.m - main entry point for our Cocoa-ized SDL app
2 Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
3 Non-NIB-Code & other changes: Max Horn <max@quendi.de>
4
5 Feel free to customize this file to suit your needs
6*/
7
8#ifndef _SDLMain_h_
9#define _SDLMain_h_
10
11#import <Cocoa/Cocoa.h>
12
13@interface SDLMain : NSObject
14@end
15
16#endif /* _SDLMain_h_ */