Index: src/ch/ch.cpp =================================================================== diff -u -N -r2e4eacb299f21d06196fe13140b4b0d095abdca9 -rf84eecda89d8734da9790a2b8d4a54d344e40c46 --- src/ch/ch.cpp (.../ch.cpp) (revision 2e4eacb299f21d06196fe13140b4b0d095abdca9) +++ src/ch/ch.cpp (.../ch.cpp) (revision f84eecda89d8734da9790a2b8d4a54d344e40c46) @@ -325,17 +325,6 @@ EnableHtmlHelp(); - // ================================= Handle early command line options ======================================== - if(m_cmdLineParser.HasCommandLineParams() && m_cmdLineParser.HasSystemStartupOption()) - { - SetPropValue(rCfg, m_cmdLineParser.IsSystemStartupEnabled()); - rCfg.Write(); - - SetAutorun(GetPropValue(rCfg)); - - return FALSE; - } - // ================================= Checking for running instances of CH ======================================== // check instance - return false if it's the second one LOG_INFO(m_spLog) << _T("Checking for other running instances of Copy Handler");