From 7f47d2de560732f1550b4896bb09d3a171f51070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Fri, 21 Jan 2005 16:27:44 +0000 Subject: [PATCH] My god... --- dlls/csx/source/WinCSX/WinCSX.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/csx/source/WinCSX/WinCSX.cpp b/dlls/csx/source/WinCSX/WinCSX.cpp index 2b45c008..8bf3aad4 100755 --- a/dlls/csx/source/WinCSX/WinCSX.cpp +++ b/dlls/csx/source/WinCSX/WinCSX.cpp @@ -251,9 +251,6 @@ LRESULT CALLBACK AboutBox(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) { switch (message) { - case WM_INITDIALOG: - return InitWinCSXBox(hDlg); // load all data from file and fill the listbox with the shit - case WM_COMMAND: switch (LOWORD(wParam)) {