Bläddra i källkod

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 år sedan
förälder
incheckning
ab6a67677b
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0
    2
      vncviewer/vncviewer.cxx

+ 0
- 2
vncviewer/vncviewer.cxx Visa fil

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

Laddar…
Avbryt
Spara