diff --git a/ui/style/style_core_font.h b/ui/style/style_core_font.h index cd97457..31b5962 100644 --- a/ui/style/style_core_font.h +++ b/ui/style/style_core_font.h @@ -28,11 +28,6 @@ public: Font(int size, uint32 flags, const QString &family); Font(int size, uint32 flags, int family); - Font &operator=(const Font &other) { - ptr = other.ptr; - return (*this); - } - FontData *operator->() const { return ptr; }