From bfeb57c3b77d6d97e222c0028cb17062ee5b134a Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 20 Oct 2022 02:55:24 -0500 Subject: [PATCH] we don't have to work around Wayland issue anymore --- src/main.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index e0a63dd71..8c3890f16 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -332,12 +332,6 @@ int main(int argc, char** argv) { if (coResult!=S_OK) { logE("CoInitializeEx failed!"); } -#endif -#if !(defined(__APPLE__) || defined(_WIN32) || defined(ANDROID) || defined(__HAIKU__)) - // workaround for Wayland HiDPI issue - if (getenv("SDL_VIDEODRIVER")==NULL) { - setenv("SDL_VIDEODRIVER","x11",1); - } #endif outName=""; vgmOutName="";