diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2019-05-10 21:51:09 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2019-05-10 21:51:09 -0700 |
commit | b030bf671d4d40ba1fd32c38603999d113b4f6d4 (patch) | |
tree | 3fbf8d04a7268bb0e69afcb194d1839781fca532 /src/sys/macosx/macosx-sdlmain.m | |
parent | f3ad27b06fb0cb884bdf340785f44286e1009b58 (diff) |
*: drop vestigial cruft breaking win32 builds
Just some unused schismtracker junk, there really shouldn't
be any SDL dependency at all but I haven't gone through and
exhaustively cleared all that out.
Diffstat (limited to 'src/sys/macosx/macosx-sdlmain.m')
-rw-r--r-- | src/sys/macosx/macosx-sdlmain.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sys/macosx/macosx-sdlmain.m b/src/sys/macosx/macosx-sdlmain.m index df7f440..33b065e 100644 --- a/src/sys/macosx/macosx-sdlmain.m +++ b/src/sys/macosx/macosx-sdlmain.m @@ -40,7 +40,6 @@ pruned up some here :) -mrsb extern char *initial_song; #include <SDL.h> /* necessary here */ -#include "event.h" #include "osdefs.h" #define Cursor AppleCursor |