diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-23 00:03:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-23 00:03:11 +0000 |
| commit | 92fcfff515d8416c8b175cb5e68dd492963362d5 (patch) | |
| tree | 6e4216c7e5326c0b770c7375ad889282ea0a1080 /src/lib/content.h | |
| parent | 937b96045830a2326daff83b70b892f2d25244ff (diff) | |
Remove unused code.
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index e383f9ff0..a3e6da988 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -80,7 +80,6 @@ public: */ virtual std::string technical_summary () const; - virtual std::string information () const = 0; virtual void as_xml (xmlpp::Node *) const; virtual DCPTime full_length () const = 0; virtual std::string identifier () const; |
