diff --git a/Editor/Common.hpp b/Editor/Common.hpp index 2126592..a860758 100644 --- a/Editor/Common.hpp +++ b/Editor/Common.hpp @@ -48,10 +48,3 @@ QString ShowInGraphicalShellString(); /* Used for generating transform matrices to map SVG coordinate space */ QTransform RectToRect(const QRectF& from, const QRectF& to); - -namespace std { -template <> -struct hash { - std::size_t operator()(const QString& s) const noexcept { return qHash(s); } -}; -} // namespace std