From: Pierre Ossman Date: Tue, 28 May 2019 06:41:40 +0000 (+0200) Subject: Remove default config alert X-Git-Tag: v1.10.90~27^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ab6a67677b01007d661b2062cdabf43d1bd57872;p=tigervnc.git Remove default config alert We don't exit here, so it's not a fatal error. It's also a fairly common scenario, so remove the alert completely. --- diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx index f6ae1675..06c7fbf8 100644 --- a/vncviewer/vncviewer.cxx +++ b/vncviewer/vncviewer.cxx @@ -554,8 +554,6 @@ int main(int argc, char** argv) } } catch (rfb::Exception& e) { vlog.error("%s", e.str()); - if (alertOnFatalError) - fl_alert("%s", e.str()); } for (int i = 1; i < argc;) {