]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.cpp
Kornel's gcc compile fix.
[lyx.git] / src / BufferParams.cpp
index c420ef3ba0b7fcf0bfe1ed2c4bbe4fdca24ad687..f369c8d6d9cbdf03d67c3cf520ec2c45edc3a5ce 100644 (file)
@@ -644,7 +644,6 @@ string BufferParams::readToken(Lexer & lex, string const & token,
                                if (branch_ptr)
                                        branch_ptr->setFilenameSuffix(lex.getInteger());
                        }
-                       // not yet operational
                        if (tok == "\\color") {
                                lex.eatLine();
                                string color = lex.getString();
@@ -674,7 +673,6 @@ string BufferParams::readToken(Lexer & lex, string const & token,
                                if (index_ptr)
                                        index_ptr->setShortcut(shortcut);
                        }
-                       // not yet operational
                        if (tok == "\\color") {
                                lex.eatLine();
                                string color = lex.getString();