summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/messaging/qmfhelpers.cpp6
-rw-r--r--src/messaging/qmfhelpers_p.h3
2 files changed, 0 insertions, 9 deletions
diff --git a/src/messaging/qmfhelpers.cpp b/src/messaging/qmfhelpers.cpp
index 436c3a5e88..323a12ec5e 100644
--- a/src/messaging/qmfhelpers.cpp
+++ b/src/messaging/qmfhelpers.cpp
@@ -598,10 +598,4 @@ quint64 lowPriorityMask()
}
-bool operator==(const QMailMessagePart::Location &lhs, const QMailMessagePart::Location &rhs)
-{
- return (lhs.toString(true) == rhs.toString(true));
-}
-
-
QTM_END_NAMESPACE
diff --git a/src/messaging/qmfhelpers_p.h b/src/messaging/qmfhelpers_p.h
index 0309df6f15..4e82d10248 100644
--- a/src/messaging/qmfhelpers_p.h
+++ b/src/messaging/qmfhelpers_p.h
@@ -170,8 +170,5 @@ namespace QmfHelpers {
};
-bool operator==(const QMailMessagePart::Location &lhs, const QMailMessagePart::Location &rhs);
-
-
QTM_END_NAMESPACE
#endif