summaryrefslogtreecommitdiff
path: root/src/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/content.h')
-rw-r--r--src/content.h6
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;
};