From 2f56f38ce56b36f20d59593f56981e7ed330c484 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Dec 2012 23:50:17 +0000 Subject: Re-work again so that there's just one encoder; various tweaks to still-image-with-audio. --- src/lib/exceptions.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/lib/exceptions.h') diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index 8ef09875b..bf8e85f0b 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -224,19 +224,3 @@ public: : StringError (s) {} }; - -class PlayError : public StringError -{ -public: - PlayError (std::string s) - : StringError (s) - {} -}; - -class DVDError : public StringError -{ -public: - DVDError (std::string s) - : StringError (s) - {} -}; -- cgit v1.2.3