From 8c0812e52cbe00b64878bc41d633207fd15527e1 Mon Sep 17 00:00:00 2001 From: npwoods Date: Mon, 22 Jul 2019 21:22:13 -0400 Subject: Removing a stray (likely vestigial) variable from window.cpp (nw) --- src/osd/windows/window.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/osd/windows/window.cpp b/src/osd/windows/window.cpp index 3066be3d6ec..9643103616c 100644 --- a/src/osd/windows/window.cpp +++ b/src/osd/windows/window.cpp @@ -100,9 +100,6 @@ static int win_physical_height; // event handling static std::chrono::system_clock::time_point last_event_check; -// debugger -static int in_background; - static int ui_temp_pause; static int ui_temp_was_paused; @@ -1293,11 +1290,6 @@ LRESULT CALLBACK win_window_info::video_window_proc(HWND wnd, UINT message, WPAR return DefWindowProc(wnd, message, wparam, lparam); } - // track whether we are in the foreground - case WM_ACTIVATEAPP: - in_background = !wparam; - break; - // close: cause MAME to exit case WM_CLOSE: window->machine().schedule_exit(); -- cgit v1.2.3