]> git.lyx.org Git - features.git/blobdiff - src/ToolbarBackend.cpp
* disable "auto" again until that point is discussed on the mailing list
[features.git] / src / ToolbarBackend.cpp
index afb2a78069eaec18228972116bd7a36f379c5673..b038623fcb14260b114cc71036b5863fb8f92b4a 100644 (file)
@@ -307,8 +307,6 @@ void ToolbarBackend::readToolbarSettings(Lexer & lex)
                                flag = ToolbarInfo::LEFT;
                        else if (!compare_ascii_no_case(*cit, "right"))
                                flag = ToolbarInfo::RIGHT;
-                       else if (!compare_ascii_no_case(*cit, "auto"))
-                               flag = ToolbarInfo::AUTO;
                        else {
                                LYXERR(Debug::ANY,
                                        "ToolbarBackend::readToolbarSettings: unrecognised token:`"