From 645d42f451bb118d9fa060bfe6c960a4910b9825 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sun, 28 Oct 2018 11:43:47 -0400 Subject: [PATCH] Revert "Comment out unused functions to restore -Werror" This reverts commit bceb2390b473db347b72f9fc16f63a60223daa9d. For details, see: https://www.mail-archive.com/search?l=mid&q=4724814.5HqUF52VLN%40amd64 --- src/lyxfind.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index c53754303f..87a57b8b56 100644 --- a/src/lyxfind.cpp +++ b/src/lyxfind.cpp @@ -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: -- 2.39.2