Windows Port:

- Oops! Missed a file that should’ve been committed in r5222.
This commit is contained in:
rogerman 2015-07-15 00:23:59 +00:00
parent 47adbc5455
commit 7daab3d784
1 changed files with 0 additions and 4 deletions

View File

@ -3117,8 +3117,6 @@ int _main()
TABLET_DISABLE_FLICKFALLBACKKEYS
));
gpu_SetRotateScreen(video.rotation);
//GetPrivateProfileString("General", "Language", "0", text, 80, IniName);
//SetLanguage(atoi(text));
//zero 09-feb-2013 - all the translations are out of date. this is dumb. lets just take out the translations. you cant expect translations in a project with our staff size using our tech
@ -3742,8 +3740,6 @@ void SetRotate(HWND hwnd, int rot, bool user)
WritePrivateProfileInt("Video","Window Rotate Set",video.rotation_userset,IniName);
}
gpu_SetRotateScreen(video.rotation);
UpdateScreenRects();
UpdateWndRects(hwnd);
}