Remove some unused code.
authorCarl Hetherington <cth@carlh.net>
Thu, 30 Apr 2015 17:58:31 +0000 (18:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 30 Apr 2015 17:58:31 +0000 (18:58 +0100)
src/dcp.h
src/types.h

index effadfa3ebeb2b8f3538122359028b5415d572dc..46ae2b34c7b86c619b20b147cec13e92ec480646 100644 (file)
--- 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.
  */
index 4c303e0d96474bc4b4c103d89d214870a2ca2d9a..c65373ba6b0ed7ca21cd5eadc610826f7c6439e9 100644 (file)
 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;