summaryrefslogtreecommitdiff
path: root/src/mxf.h
diff options
context:
space:
mode:
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,