summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/util.h b/src/util.h
index 52cb135d..cfed9fcb 100644
--- a/src/util.h
+++ b/src/util.h
@@ -153,19 +153,6 @@ extern boost::filesystem::path directory_containing_executable ();
extern boost::filesystem::path resources_directory ();
-class ASDCPErrorSuspender
-{
-public:
- ASDCPErrorSuspender();
- ~ASDCPErrorSuspender();
-
-private:
- Kumu::LogEntryList _log;
- Kumu::ILogSink& _old;
- Kumu::EntryListLogSink* _sink;
-};
-
-
template <class From, class To>
void
add_to_container(To& container, From source)