VideoUtils: Remove unused function GetAvailableResolutions

The ability to change the fullscreen resolution througnh the UI was
removed in aa4088a, leaving this function unused.
This commit is contained in:
Dentomologist
2023-04-26 15:02:42 -07:00
parent adbee91dca
commit 1f74653501
2 changed files with 0 additions and 46 deletions

View File

@ -6,16 +6,7 @@
#include <string>
#include <vector>
namespace X11Utils
{
class XRRConfiguration;
}
namespace VideoUtils
{
#if !defined(__APPLE__)
std::vector<std::string> GetAvailableResolutions(X11Utils::XRRConfiguration* xrr_config);
#endif
std::vector<std::string> GetAvailableAntialiasingModes(int& m_msaa_modes);
} // namespace VideoUtils