aboutsummaryrefslogtreecommitdiff
path: root/c/main.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-02-17 15:29:05 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-02-17 15:29:05 +0100
commit6c50f818e8a9f42921aa171e1d34265bb1f35985 (patch)
tree01f50138c38eedb354220a8826944bb9decfc9c3 /c/main.c
parent8b450d317275072c10da567ac991e170d78cb320 (diff)
downloadEpisodeBrowser-6c50f818e8a9f42921aa171e1d34265bb1f35985.tar.gz
Small changes.
Diffstat (limited to 'c/main.c')
-rw-r--r--c/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/main.c b/c/main.c
index 1ef714c..1a4e287 100644
--- a/c/main.c
+++ b/c/main.c
@@ -185,8 +185,6 @@ INT_PTR CALLBACK
AboutDlgProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
switch (uMsg) {
- case WM_INITDIALOG:
- return TRUE;
case WM_CLOSE:
EndDialog(hWnd, IDOK);
break;