2
0
Эх сурвалжийг харах

no need SetDisplayDefaults

Anis 10 жил өмнө
parent
commit
f1fa36fe60

+ 0 - 7
Engine/source/windowManager/win32/win32Window.cpp

@@ -64,13 +64,6 @@ static bool isScreenSaverRunning()
 	return sreensaver;
 }
 
-void SetDisplayDefaults()
-{
-    //changes the settings of the default display device
-    //to the default mode
-    ChangeDisplaySettings(NULL, 0);
-}
-
 Win32Window::Win32Window(): mMouseLockPosition(0,0),
 mShouldLockMouse(false),
 mMouseLocked(false),