Remove unreachable code

Fixes coverity issue 23295.
This commit is contained in:
Jean-Marc 2015-09-12 18:22:31 +02:00
parent e5cae37853
commit c671740d83

View File

@ -2300,8 +2300,6 @@ void LyXRC::write(ostream & os, bool ignore_system_lyxrc, string const & name) c
os << "\n#\n"
<< "# LANGUAGE SUPPORT SECTION ##########################\n"
<< "#\n\n";
if (tag != RC_LAST)
break;
case RC_DEFAULT_DECIMAL_POINT:
if (ignore_system_lyxrc ||