From 6bd93dc2c96c6f237342526ae31c8b630952a944 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Tue, 31 Mar 2015 15:41:02 +1100 Subject: [PATCH] No more need for PATH_SEPARATOR inside SDL --- src/osd/sdl/sdlprefix.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/osd/sdl/sdlprefix.h b/src/osd/sdl/sdlprefix.h index 617155dbe2a..514005ba072 100644 --- a/src/osd/sdl/sdlprefix.h +++ b/src/osd/sdl/sdlprefix.h @@ -80,9 +80,3 @@ struct _IO_FILE {}; //_IO_FILE is an opaque type in the emscripten libc which m #ifdef __GNUC__ #define alloca __builtin_alloca #endif - -//============================================================ -// misc. -//============================================================ - -#define PATH_SEPARATOR "/"