瀏覽代碼

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

Loading…
取消
儲存