remove obsolete comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31088 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-08-17 09:04:07 +00:00
parent c95d295fe1
commit db0c752fc2

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