diff --git a/src/internal/platform_backend_win32.cpp b/src/internal/platform_backend_win32.cpp index 7742723..2db022b 100644 --- a/src/internal/platform_backend_win32.cpp +++ b/src/internal/platform_backend_win32.cpp @@ -61,7 +61,6 @@ LRESULT CALLBACK blah_window_procedure(HWND hwnd, UINT msg, WPARAM wParam, LPARA bool PlatformBackend::init(const Config* config) { // Required to call this for Windows - // I'm not sure why SDL2 doesn't do this on Windows automatically? SetProcessDPIAware(); // Get the hInstance @@ -410,8 +409,6 @@ float PlatformBackend::get_content_scale() return (raw_value / base_raw_value); } -// FILE IO - const char* PlatformBackend::app_path() { return g_working_directory.cstr();