From 735608d5b917cfabc6e73d912b40576cff5c5db5 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 28 Oct 2015 13:23:38 -0400 Subject: [PATCH] Context: Removed unused ::clearMessages method --- src/Context.cpp | 9 --------- src/Context.h | 1 - 2 files changed, 10 deletions(-) diff --git a/src/Context.cpp b/src/Context.cpp index 8aae74ee6..03100ccb4 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -832,12 +832,3 @@ void Context::debug (const std::string& input) } //////////////////////////////////////////////////////////////////////////////// -void Context::clearMessages () -{ - headers.clear (); - footnotes.clear (); - errors.clear (); - debugMessages.clear (); -} - -//////////////////////////////////////////////////////////////////////////////// diff --git a/src/Context.h b/src/Context.h index bab8adf9c..3471a4e2a 100644 --- a/src/Context.h +++ b/src/Context.h @@ -65,7 +65,6 @@ public: void footnote (const std::string&); // Footnote message sink void debug (const std::string&); // Debug message sink void error (const std::string&); // Error message sink - non-maskable - void clearMessages (); void decomposeSortField (const std::string&, std::string&, bool&, bool&);