From 8e9607083b7e540a8897aa8b923e7ac4f3df9b12 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 26 Aug 2014 15:39:04 -0400 Subject: Got rid of the modal queue now that it's no longer needed. --- redo/window_windows.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'redo/window_windows.c') diff --git a/redo/window_windows.c b/redo/window_windows.c index 8a042e0..7790bfe 100644 --- a/redo/window_windows.c +++ b/redo/window_windows.c @@ -17,12 +17,6 @@ static LRESULT CALLBACK windowWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARA if (sharedWndProc(hwnd, uMsg, wParam, lParam, &lResult)) return lResult; switch (uMsg) { - case msgBeginModal: - windowBeginModal(data); - return 0; - case msgEndModal: - windowEndModal(data); - return 0; case WM_SIZE: if (GetClientRect(hwnd, &r) == 0) xpanic("error getting client rect for Window in WM_SIZE", GetLastError()); -- cgit v1.2.3