summaryrefslogtreecommitdiff
path: root/src/mxf.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-20 15:11:57 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-20 15:11:57 +0100
commitda228f37426ac999f02e03e558acef5501b22361 (patch)
tree201e133ec9bd72c0a3f5f2182476717994809ff7 /src/mxf.h
parent454e76146a5bd522e47ebbedd490e89ef95dd186 (diff)
Tidy up KDM generation from CPLs a bit.
Diffstat (limited to 'src/mxf.h')
-rw-r--r--src/mxf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mxf.h b/src/mxf.h
index 4fbc1495..6985342b 100644
--- a/src/mxf.h
+++ b/src/mxf.h
@@ -49,9 +49,6 @@ public:
MXF (boost::filesystem::path file);
~MXF ();
- /** @return the 4-character key type for this MXF (MDIK, MDAK, etc.) */
- virtual std::string key_type () const = 0;
-
bool equals (
boost::shared_ptr<const Content> other,
EqualityOptions opt,