diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-22 00:49:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-22 00:49:15 +0100 |
| commit | 595d4fbfee788edfad7f9f8dfe7e76ee634c1a94 (patch) | |
| tree | a4a3f440c20cd1460eb823bcfb34d1503b39c4f7 /src/content.h | |
| parent | 81daf10958b05fc0d617d421617da33ab45f2f4c (diff) | |
Various attempts to clean up DCP comparison code.
Diffstat (limited to 'src/content.h')
| -rw-r--r-- | src/content.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/content.h b/src/content.h index 27939e83..fcbfc25d 100644 --- a/src/content.h +++ b/src/content.h @@ -58,12 +58,6 @@ public: */ Content (boost::filesystem::path file); - bool equals ( - boost::shared_ptr<const Asset> other, - EqualityOptions opt, - boost::function<void (NoteType, std::string)> - ) const; - protected: virtual std::string asdcp_kind () const = 0; }; |
