summaryrefslogtreecommitdiff
path: root/redo/window_windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'redo/window_windows.c')
-rw-r--r--redo/window_windows.c6
1 files changed, 0 insertions, 6 deletions
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());