1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Drop --videomodes, fullscreen_bpp and high_precision_fpu settings

These have been pointless for a while.
This commit is contained in:
sfan5 2021-06-15 19:11:56 +02:00
parent dc165fe942
commit edf098db63
9 changed files with 3 additions and 122 deletions

View file

@ -124,7 +124,6 @@ public:
return s_singleton->core->get_shadow_renderer();
return nullptr;
}
static std::vector<core::vector3d<u32>> getSupportedVideoModes();
static std::vector<irr::video::E_DRIVER_TYPE> getSupportedVideoDrivers();
private: