diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-20 00:27:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-20 00:27:18 +0000 |
| commit | 58bf77268a8e82e73d7f17ab2fe6dcd29370ade3 (patch) | |
| tree | 0ad0542a74a029920afac6f2eb74f05770d9d4b0 /src/lib/exceptions.h | |
| parent | 7829cea9160cd562ed3da5ca1a0060de29edacf8 (diff) | |
| parent | 7faadda40c0ab027b992789329a558fbaf3ec0cc (diff) | |
Merge branch 'video-player' of /home/carl/git/dvdomatic into video-player
Diffstat (limited to 'src/lib/exceptions.h')
| -rw-r--r-- | src/lib/exceptions.h | 16 |
1 files changed, 0 insertions, 16 deletions
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) - {} -}; |
