summaryrefslogtreecommitdiffstats
path: root/gui/win32/preferences.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/win32/preferences.c')
-rw-r--r--gui/win32/preferences.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/win32/preferences.c b/gui/win32/preferences.c
index 80c516b84e..08cabd00c1 100644
--- a/gui/win32/preferences.c
+++ b/gui/win32/preferences.c
@@ -656,9 +656,6 @@ static LRESULT CALLBACK PrefsWndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM
}
return 0;
}
- case WM_DESTROY:
- PostQuitMessage (0);
- return 0;
}
return DefWindowProc(hwnd, iMsg, wParam, lParam);
}