Browse Source

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.
tags/v1.10.90
Pierre Ossman 5 years ago
parent
commit
ab6a67677b
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      vncviewer/vncviewer.cxx

+ 0
- 2
vncviewer/vncviewer.cxx View File

@@ -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;) {

Loading…
Cancel
Save