summaryrefslogtreecommitdiff
path: root/src/exceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions.cc')
-rw-r--r--src/exceptions.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/exceptions.cc b/src/exceptions.cc
index fce1b583..ebcd70da 100644
--- a/src/exceptions.cc
+++ b/src/exceptions.cc
@@ -179,13 +179,6 @@ MainSoundConfigurationError::MainSoundConfigurationError (std::string s)
}
-UnknownChannelIdError::UnknownChannelIdError (std::string id)
- : runtime_error(String::compose("Unrecognised channel ID '%1'", id))
-{
-
-}
-
-
NoReelsError::NoReelsError ()
: runtime_error("Cannot write a CPL which has no reels")
{