diff --git a/Libraries/LibDraw/Rect.h b/Libraries/LibDraw/Rect.h index 0875859335..325625526b 100644 --- a/Libraries/LibDraw/Rect.h +++ b/Libraries/LibDraw/Rect.h @@ -20,11 +20,6 @@ public: , m_size(size) { } - Rect(const Rect& other) - : m_location(other.m_location) - , m_size(other.m_size) - { - } bool is_null() const {