Revert rudimentary DCC support for the 0.10 release
[quassel.git] / src / common / main.cpp
index 2036194..b026d47 100644 (file)
@@ -118,7 +118,6 @@ int main(int argc, char **argv)
 #ifdef HAVE_SSL
     cliParser->addSwitch("require-ssl", 0, "Require SSL for client connections");
 #endif
-    cliParser->addSwitch("enable-experimental-dcc", 0, "Enable highly experimental and unfinished support for CTCP DCC (DANGEROUS)");
 #endif
 
 #ifdef HAVE_KDE