diff --git a/dll/win32/shell32/changenotify.cpp b/dll/win32/shell32/changenotify.cpp index 08a7e632eba..c35201cce7c 100644 --- a/dll/win32/shell32/changenotify.cpp +++ b/dll/win32/shell32/changenotify.cpp @@ -300,10 +300,7 @@ CreateNotificationParamAndSend(LONG wEventId, UINT uFlags, LPCITEMIDLIST pidl1, // get server window HWND hwndServer = GetNotificationServer(FALSE); if (hwndServer == NULL) - { - ERR("hwndServer == NULL\n"); return; - } // the ticket owner is the process of the notification server DWORD pid;