diff options
author | sfan5 <sfan5@live.de> | 2021-06-15 19:11:56 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-06-16 17:41:34 +0200 |
commit | edf098db637bf74d4675ce900dc9c0b8ee528a03 (patch) | |
tree | fc176961c72f225baf54cc6e99b6c6d00616b235 /src/script/lua_api/l_mainmenu.h | |
parent | dc165fe942bcc48d7dea0a7b722886937d9c6914 (diff) | |
download | dragonfireclient-edf098db637bf74d4675ce900dc9c0b8ee528a03.tar.xz |
Drop --videomodes, fullscreen_bpp and high_precision_fpu settings
These have been pointless for a while.
Diffstat (limited to 'src/script/lua_api/l_mainmenu.h')
-rw-r--r-- | src/script/lua_api/l_mainmenu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/script/lua_api/l_mainmenu.h b/src/script/lua_api/l_mainmenu.h index 33ac9e721..ec2d20da2 100644 --- a/src/script/lua_api/l_mainmenu.h +++ b/src/script/lua_api/l_mainmenu.h @@ -140,8 +140,6 @@ private: static int l_get_video_drivers(lua_State *L); - static int l_get_video_modes(lua_State *L); - //version compatibility static int l_get_min_supp_proto(lua_State *L); |