aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/variable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/variable.cpp')
-rw-r--r--engines/sludge/variable.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/sludge/variable.cpp b/engines/sludge/variable.cpp
index 00df66c6d8..949060c786 100644
--- a/engines/sludge/variable.cpp
+++ b/engines/sludge/variable.cpp
@@ -20,8 +20,6 @@
*
*/
-#include <dirent.h>
-
#include "common/debug.h"
#include "sludge/debug.h"
@@ -164,7 +162,7 @@ bool getSavedGamesStack(stackHandler *sH, char *ext) {
variable newName;
newName.varType = SVT_NULL;
-
+#if 0
#ifdef _WIN32
WCHAR *w_pattern = ConvertToUTF16(pattern);
@@ -215,7 +213,7 @@ bool getSavedGamesStack(stackHandler *sH, char *ext) {
closedir(dir);
#endif
-
+#endif
delete[] pattern;
pattern = NULL;
return true;