summaryrefslogtreecommitdiffstats
path: root/src/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Globals.h')
-rw-r--r--src/Globals.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Globals.h b/src/Globals.h
index 387dffc81..02b007e09 100644
--- a/src/Globals.h
+++ b/src/Globals.h
@@ -190,12 +190,6 @@ template class SizeChecker<UInt8, 1>;
#include <unistd.h>
#endif
-#if defined(ANDROID_NDK)
- #define FILE_IO_PREFIX "/sdcard/Cuberite/"
-#else
- #define FILE_IO_PREFIX ""
-#endif
-