summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/SDLMain_tmpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/SDLMain_tmpl.h')
-rw-r--r--src/osd/sdl/SDLMain_tmpl.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/osd/sdl/SDLMain_tmpl.h b/src/osd/sdl/SDLMain_tmpl.h
deleted file mode 100644
index c5ad2a346dd..00000000000
--- a/src/osd/sdl/SDLMain_tmpl.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// license:Zlib|LGPL-2.1+
-// copyright-holders:http://libsdl.org/
-/* SDLMain.m - main entry point for our Cocoa-ized SDL app
- Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
- Non-NIB-Code & other changes: Max Horn <max@quendi.de>
-
- Feel free to customize this file to suit your needs
-*/
-
-#import <Cocoa/Cocoa.h>
-
-@interface SDLMain : NSObject
-@end