]> git.lyx.org Git - features.git/commitdiff
Remove unused variable.
authorRichard Heck <rgheck@comcast.net>
Sun, 3 Apr 2011 00:05:20 +0000 (00:05 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 3 Apr 2011 00:05:20 +0000 (00:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38218 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.cpp

index 5f931f4d93401f2d91444a2714fb80b18834a0df..539c1ed1f18b303f93ae02bbbcb9e9eb109ec32e 100644 (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_;