summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-09 12:48:47 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-09 12:48:47 +0100
commit5c29a3586ea262abcc8829bf267d38d8a5a84d9b (patch)
tree394c46a1b18d0b02b19b3b99439fdb5e33e11b85 /src/reel.h
parent403c1e43d7e12af9ae72291f4bdff78fd242f9f6 (diff)
Somewhat hacky rearrangement to support multiple CPLs per DCP.
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/reel.h b/src/reel.h
index 2148e122..58caed31 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -53,8 +53,6 @@ public:
}
void write_to_cpl (std::ostream & s) const;
- void write_to_pkl (std::ostream & s) const;
- void write_to_assetmap (std::ostream & s) const;
std::list<std::string> equals (boost::shared_ptr<const Reel> other, EqualityOptions opt) const;