summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/SDLMain_tmpl.h
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2016-02-21 11:48:45 +0100
committer ImJezze <jezze@gmx.net>2016-02-21 11:48:45 +0100
commitcc24a339d8c0517259084b5c178d784626ba965c (patch)
tree9868e9687b5802ae0a3733712a3bbeb3bc75c953 /src/osd/sdl/SDLMain_tmpl.h
parentb5daabda5495dea5c50e17961ecfed2ea8619d76 (diff)
Merge remote-tracking branch 'refs/remotes/mamedev/master'
Second attempt
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