aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/builtin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/builtin.cpp')
-rw-r--r--engines/sludge/builtin.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/sludge/builtin.cpp b/engines/sludge/builtin.cpp
index 9733689c20..873b523872 100644
--- a/engines/sludge/builtin.cpp
+++ b/engines/sludge/builtin.cpp
@@ -20,10 +20,6 @@
*
*/
-#if 0
-#include <SDL/SDL.h>
-#endif
-
#include "sludge/debug.h"
#include "sludge/allfiles.h"
#include "sludge/sludger.h"
@@ -995,11 +991,7 @@ builtIn(launch) {
launchMe = copyString(newTextA);
} else {
char *gameDir;
-#ifdef _WIN32
- gameDir = joinStrings(gamePath, "\\");
-#else
gameDir = joinStrings(gamePath, "/");
-#endif
launchMe = joinStrings(gameDir, newText);
delete newText;
if (!launchMe)