From 2c550fbf6db0cb1e105a031b0994bd4fada5c1f1 Mon Sep 17 00:00:00 2001 From: BobbyJones Date: Sat, 9 Jan 2016 19:47:45 -0500 Subject: [PATCH] now I removed it from the wrap :) --HG-- branch : new-conf-flag-for-android-2 --- src/modules/filesystem/wrap_Filesystem.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/modules/filesystem/wrap_Filesystem.cpp b/src/modules/filesystem/wrap_Filesystem.cpp index dd7e96afe..5c93fed4d 100644 --- a/src/modules/filesystem/wrap_Filesystem.cpp +++ b/src/modules/filesystem/wrap_Filesystem.cpp @@ -76,12 +76,6 @@ int w_setAndroidSaveExternal(lua_State *L) return 0; } -int w_isAndroidSaveExternal(lua_State *L) -{ - luax_pushboolean(L, instance()->isAndroidSaveExternal()); - return 1; -} - int w_setIdentity(lua_State *L) { const char *arg = luaL_checkstring(L, 1);