mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
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:
parent
43e1428dbd
commit
4600e6c0b8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user