ソースを参照

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年前
コミット
ab6a67677b
1個のファイルの変更0行の追加2行の削除
  1. 0
    2
      vncviewer/vncviewer.cxx

+ 0
- 2
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;) {

読み込み中…
キャンセル
保存