Remove half a comment?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33101 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-01-19 22:29:52 +00:00
parent 43e1428dbd
commit 4600e6c0b8

View File

@ -329,7 +329,6 @@ bool XHTMLStream::isTagOpen(string const & stag)
TagStack::const_iterator sit = tag_stack_.begin();
TagStack::const_iterator const sen = tag_stack_.end();
for (; sit != sen; ++sit)
// we could check for the
if (sit->tag_ == stag)
return true;
return false;