summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-04-30 18:58:31 +0100
committerCarl Hetherington <cth@carlh.net>2015-04-30 18:58:31 +0100
commit4c0cbcddc4b1015b902ce2100879071fdd887b02 (patch)
tree88440e8214ed54784cadb5f3602aaa40cccb71ec /src
parent01df784224b313b75c5f9784a89faa2dc8a5958b (diff)
Remove some unused code.
Diffstat (limited to 'src')
-rw-r--r--src/dcp.h4
-rw-r--r--src/types.h6
2 files changed, 0 insertions, 10 deletions
diff --git a/src/dcp.h b/src/dcp.h
index effadfa3..46ae2b34 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -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;