Don't use separate threads for querying SDL video info

This is no longer necessary now that we force Qt and SDL to use EGL.
This commit is contained in:
Cameron Gutman
2025-11-30 23:18:38 -06:00
parent d3c23b55dc
commit 9d5f25f828
2 changed files with 1 additions and 62 deletions
-2
View File
@@ -38,8 +38,6 @@ signals:
private:
void querySdlVideoInfo();
void querySdlVideoInfoInternal();
void refreshDisplaysInternal();
bool hasHardwareAcceleration;
bool rendererAlwaysFullScreen;