Global: Remove some unused variables.

This commit is contained in:
Unknown W. Brackets 2021-02-15 09:28:07 -08:00
parent 0c876754a6
commit f32f89dd90
74 changed files with 28 additions and 170 deletions

View file

@ -535,15 +535,6 @@ namespace MainWindow {
osm.Show(messageStream.str());
}
static void enableCheats(bool cheats) {
g_Config.bEnableCheats = cheats;
}
static void setDisplayOptions(int options) {
g_Config.iSmallDisplayZoomType = options;
NativeMessageReceived("gpu_resized", "");
}
static void RestartApp() {
if (IsDebuggerPresent()) {
PostMessage(MainWindow::GetHWND(), WM_USER_RESTART_EMUTHREAD, 0, 0);
@ -559,7 +550,6 @@ namespace MainWindow {
auto gr = GetI18NCategory("Graphics");
int wmId = LOWORD(wParam);
int wmEvent = HIWORD(wParam);
// Parse the menu selections:
switch (wmId) {
case ID_FILE_LOAD: