diff --git a/src/sendalert.cpp b/src/sendalert.cpp index 29d353ba9..deb42a9a2 100644 --- a/src/sendalert.cpp +++ b/src/sendalert.cpp @@ -173,6 +173,7 @@ void ThreadSendAlert() MilliSleep(500); if (ShutdownRequested()) return; +#if 0 #ifdef QT_GUI if (ThreadSafeMessageBox("Send alert?", "ThreadSendAlert", wxYES_NO | wxNO_DEFAULT) != wxYES) return; @@ -182,7 +183,7 @@ void ThreadSendAlert() return; } #endif - +#endif // Send printf("ThreadSendAlert() : Sending alert\n"); int nSent = 0;