Remove unused variable.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38218 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-04-03 00:05:20 +00:00
parent 8165e63acf
commit d7b4e46750

View File

@ -2731,7 +2731,6 @@ docstring Paragraph::simpleLyXHTMLOnePar(Buffer const & buf,
bool emph_flag = false;
bool bold_flag = false;
string closing_tag;
Layout const & style = *d->layout_;