minetest/src/script
est31 9c44aace4f l_mainmenu.h: remove unused l_get_dirlist function
The commit
8f9af57314 "Add core.get_dir_list" by @ShadowNinja
has removed the implementation of the l_get_dirlist function and all its usages
from the l_mainmenu.cpp file, but hasn't removed it from the header file.

The reason why this hasn't been detected earlier is that C++ has this interesting
feature to still make it possible to create instances of classes whose never used
private methods are declared but not defined.
2015-08-30 01:17:03 +02:00
..
common Push error handler afresh each time lua_pcall is used 2015-08-27 01:56:06 +02:00
cpp_api Push error handler afresh each time lua_pcall is used 2015-08-27 01:56:06 +02:00
lua_api l_mainmenu.h: remove unused l_get_dirlist function 2015-08-30 01:17:03 +02:00
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
scripting_game.cpp Improve Script CPP API diagnostics 2015-08-05 21:13:03 -04:00
scripting_game.h Improve Script CPP API diagnostics 2015-08-05 21:13:03 -04:00
scripting_mainmenu.cpp Push error handler afresh each time lua_pcall is used 2015-08-27 01:56:06 +02:00
scripting_mainmenu.h Fix code style of async API 2014-04-27 16:15:53 -04:00