]> git.lyx.org Git - features.git/commitdiff
Remove half a comment?
authorRichard Heck <rgheck@comcast.net>
Tue, 19 Jan 2010 22:29:52 +0000 (22:29 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 19 Jan 2010 22:29:52 +0000 (22:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33101 a592a061-630c-0410-9148-cb99ea01b6c8

src/output_xhtml.cpp

index 57711fe77805bc97cc4b0335ef9d30cde07614ba..553254ef22ffa45155dd934fc7ac3bc39540de94 100644 (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;