diff options
Diffstat (limited to 'lib/events')
-rw-r--r-- | lib/events/stateevent.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/events/stateevent.h b/lib/events/stateevent.h index 74e36e74..710b4271 100644 --- a/lib/events/stateevent.h +++ b/lib/events/stateevent.h @@ -129,13 +129,3 @@ private: std::unique_ptr<Prev<ContentT>> _prev; }; } // namespace Quotient - -namespace std { -template <> -struct hash<Quotient::StateEventKey> { - size_t operator()(const Quotient::StateEventKey& k) const Q_DECL_NOEXCEPT - { - return qHash(k); - } -}; -} // namespace std |