Re-work again so that there's just one encoder; various tweaks to still-image-with...
[dcpomatic.git] / src / lib / exceptions.h
index 8ef09875ba89383af42fe35ad2cdd99b08fa574a..bf8e85f0bdfb7d939f76b90ad41c4571361bd874 100644 (file)
@@ -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)
-       {}
-};