diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-30 18:58:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-30 18:58:31 +0100 |
| commit | 4c0cbcddc4b1015b902ce2100879071fdd887b02 (patch) | |
| tree | 88440e8214ed54784cadb5f3602aaa40cccb71ec /src | |
| parent | 01df784224b313b75c5f9784a89faa2dc8a5958b (diff) | |
Remove some unused code.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dcp.h | 4 | ||||
| -rw-r--r-- | src/types.h | 6 |
2 files changed, 0 insertions, 10 deletions
@@ -50,10 +50,6 @@ class DecryptedKDM; class Asset; class DCPReadError; -namespace parse { - class AssetMap; -} - /** @class DCP * @brief A class to create or read a DCP. */ diff --git a/src/types.h b/src/types.h index 4c303e0d..c65373ba 100644 --- a/src/types.h +++ b/src/types.h @@ -31,10 +31,6 @@ namespace dcp { -namespace parse { - class AssetMap; -} - /** @struct Size * @brief The integer, two-dimensional size of something. */ @@ -209,8 +205,6 @@ extern bool operator== (Colour const & a, Colour const & b); extern bool operator!= (Colour const & a, Colour const & b); extern std::ostream & operator<< (std::ostream & s, Colour const & c); -typedef std::pair<std::string, boost::shared_ptr<const parse::AssetMap> > PathAssetMap; - typedef boost::function<void (NoteType, std::string)> NoteHandler; |
