no need SetDisplayDefaults

This commit is contained in:
Anis 2014-11-26 20:19:21 +01:00 committed by LuisAntonRebollo
parent 971a354ebe
commit f1fa36fe60

View file

@ -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),