mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
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:
parent
c95d295fe1
commit
db0c752fc2
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user