]> git.lyx.org Git - features.git/commitdiff
Amend febd1855eb: fix compilability of tex2lyx
authorThibaut Cuvelier <tcuvelier@lyx.org>
Wed, 28 Dec 2022 01:33:11 +0000 (02:33 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Wed, 28 Dec 2022 01:33:11 +0000 (02:33 +0100)
src/tex2lyx/dummy_impl.cpp

index 30eb847a92302a1bfd1c7fa28a4086eb30541dc7..17e97ed1b8c8802dff8a11f88071326e9bfeb006 100644 (file)
@@ -99,8 +99,6 @@ void lyx_exit(int)
 namespace xml {
 docstring StartTag::writeTag() const { return docstring(); }
 docstring StartTag::writeEndTag() const { return docstring(); }
-bool StartTag::operator==(FontTag const & rhs) const { return rhs == *this; }
-bool FontTag::operator==(StartTag const & tag) const { FontTag const * const ftag = tag.asFontTag(); if (!ftag) return false; return (font_type_ == ftag->font_type_); }
 }
 
 } // namespace lyx