My god...

This commit is contained in:
Johnny Bergström 2005-01-21 16:27:44 +00:00
parent 6200ee6977
commit 7f47d2de56

View File

@ -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))
{