mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 01:18:13 +02:00
removed dead vnc integration attempt.
This commit is contained in:
parent
7ab09dffd9
commit
1b969a4283
12 changed files with 2 additions and 186 deletions
|
@ -169,12 +169,6 @@ CApp::parseArg(const int& argc, const char* const* argv, int& i)
|
|||
argsBase().m_crypto.setMode(argv[++i]);
|
||||
}
|
||||
|
||||
#if VNC_SUPPORT
|
||||
else if (isArg(i, argc, argv, NULL, "--vnc")) {
|
||||
argsBase().m_enableVnc = true;
|
||||
}
|
||||
#endif
|
||||
|
||||
else {
|
||||
// option not supported here
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue