diff --git a/src/content/content-type.cpp b/src/content/content-type.cpp index f8e5be8ca..4f357f3ee 100644 --- a/src/content/content-type.cpp +++ b/src/content/content-type.cpp @@ -130,8 +130,7 @@ ContentType &ContentType::operator= (const ContentType &other) { bool ContentType::operator== (const ContentType &other) const { return getType() == other.getType() && - getSubType() == other.getSubType() && - getParameters() == other.getParameters(); + getSubType() == other.getSubType(); } bool ContentType::operator!= (const ContentType &other) const {