diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/main.cpp b/src/main.cpp index 765d0d11c..65b6e98ef 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,10 +48,6 @@ #include <windows.h> #endif -#ifdef __native_client__ -#include <sys/mount.h> -#endif - #include <SDL_image.h> #include <SDL_mixer.h> #include <SDL_version.h> @@ -278,15 +274,6 @@ int main(int argc, char *argv[]) LoadLibrary("exchndl.dll"); #endif -#if defined __native_client__ - // for now for debug hardcoded path - umount("/"); - mount("", "/", "memfs", 0, ""); - mount("", "/persistent", "html5fs", 0, - "type=PERSISTENT,expected_size=104857600"); - mount("http://localhost:5103/my/manaplus", "/http", "httpfs", 0, ""); -#endif - selfName = argv[0]; // Parse command line options |