diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-01 22:44:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-03 10:12:52 +0100 |
| commit | 032e484a267da1262803297a96f23420f01a65c8 (patch) | |
| tree | 7d196ce81955dbd70e6324f2b09744c557defb33 /src/exceptions.h | |
| parent | 08fa1aa2bc718635c3ae0f991800c6c6cfd62a2b (diff) | |
Remove DCP subtitle support.v1.6.41
This was only a thin wrapper around libdcp, used by videocon but
not by DCP-o-matic. It seems very unlikely that anybody else will
want it, and the dependency of libsub on libdcp causes hassle that
will be gladly avoided.
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/exceptions.h b/src/exceptions.h index 2b2b09c..1895f11 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -114,14 +114,6 @@ public: {} }; -class DCPError : public std::runtime_error -{ -public: - DCPError (std::string const & message) - : std::runtime_error (message) - {} -}; - class ProgrammingError : public std::runtime_error { public: |
