From acefacf1b93b183762fe8570c18e454cae73bd7f Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 16 Jul 2016 08:03:36 -0700 Subject: [PATCH] Disable QT alert message. --- src/sendalert.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;