]> git.lyx.org Git - features.git/commitdiff
remove obsolete comment.
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 17 Aug 2009 09:04:07 +0000 (09:04 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 17 Aug 2009 09:04:07 +0000 (09:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31088 a592a061-630c-0410-9148-cb99ea01b6c8

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();