]> git.lyx.org Git - lyx.git/commitdiff
Amend febd1855eb: fix compilability
authorThibaut Cuvelier <tcuvelier@lyx.org>
Wed, 28 Dec 2022 11:57:25 +0000 (12:57 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Wed, 28 Dec 2022 11:57:45 +0000 (12:57 +0100)
src/tests/dummy_functions.cpp

index 26983516027332d0bd587f57b1373f2a9710a06f..190a44f6452e828b93cfcafb346538ab251db2ea 100644 (file)
@@ -53,8 +53,6 @@ string alignmentToCSS(LyXAlignment)
 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