From e4eec40d91dbe7387133ed667e16079a4ef18847 Mon Sep 17 00:00:00 2001 From: codemastr Date: Thu, 30 Aug 2001 23:40:53 +0000 Subject: [PATCH] Removed some missed win32 debug code --- Changes | 1 + src/win32/Win32GUI.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Changes b/Changes index 6a02028f7..5a5ec7dbf 100644 --- a/Changes +++ b/Changes @@ -828,3 +828,4 @@ seen. gmtime warning still there - Converted /mkpasswd, /away, and /svsnoop to modules - Added the ability to add aliases like /identify (complex, so see example.conf for samples) - Added a bug reporting tool (still alpha) +- Removed some win32 debug code that was left, reported by TheEggMan diff --git a/src/win32/Win32GUI.c b/src/win32/Win32GUI.c index f457aea34..ad1a085a6 100644 --- a/src/win32/Win32GUI.c +++ b/src/win32/Win32GUI.c @@ -467,8 +467,6 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi hMainThread = (HANDLE)_beginthread(SocketLoop, 0, NULL); while (GetMessage(&msg, NULL, 0, 0)) { - if (hWndMod == msg.hwnd) - MessageBox(NULL, "yea", "yea", MB_OK); if (hWndMod == NULL || !IsDialogMessage(hWndMod, &msg)) { TranslateMessage(&msg); DispatchMessage(&msg);