Przeglądaj źródła

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 lat temu
rodzic
commit
ab6a67677b
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0
    2
      vncviewer/vncviewer.cxx

+ 0
- 2
vncviewer/vncviewer.cxx Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz