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);