From d1fbb516581ae3716e9743ec253a2fc1b2048728 Mon Sep 17 00:00:00 2001 From: spitz Date: Mon, 17 Aug 2009 09:04:07 +0000 Subject: [PATCH] remove obsolete comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31088 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferParams.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index c420ef3ba0..f369c8d6d9 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -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(); -- 2.11.4.GIT