]> git.lyx.org Git - features.git/blobdiff - src/lyxfind.cpp
Revert "Comment out unused functions to restore -Werror"
[features.git] / src / lyxfind.cpp
index c53754303f2aeaa16032d4a2b38671bd5ea33c59..87a57b8b5677c32f94dbc00af4a16674bb297362 100644 (file)
@@ -1155,7 +1155,6 @@ bool IgnoreFormats::ignoreFrontMatter= true;
 bool IgnoreFormats::ignoreColor      = false;
 bool IgnoreFormats::ignoreLanguage   = false;
 
-#if 0
 void IgnoreFormats::setIgnoreFormat(string type, bool value)
 {
   if (type == "color") {
@@ -1192,14 +1191,11 @@ void IgnoreFormats::setIgnoreFormat(string type, bool value)
     ignoreStrikeOut = value;
   }
 }
-#endif
 
-#if 0
 void setIgnoreFormat(string type, bool value)
 {
   IgnoreFormats().setIgnoreFormat(type, value);
 }
-#endif
 
 class LatexInfo {
  private: