From 11a02af132567b6ef709ce0b20113375dcad5db7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 14 May 2015 03:09:18 +0300 Subject: Remove copy constructor from ClipRect class. --- src/gui/cliprect.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/gui/cliprect.cpp') diff --git a/src/gui/cliprect.cpp b/src/gui/cliprect.cpp index bb50b9986..4094a711a 100644 --- a/src/gui/cliprect.cpp +++ b/src/gui/cliprect.cpp @@ -84,12 +84,3 @@ ClipRect::ClipRect(const int x0, const int y0, yOffset(yOffset0) { } - -const ClipRect& ClipRect::operator=(const Rect& other) -{ - x = other.x; - y = other.y; - width = other.width; - height = other.height; - return *this; -} -- cgit v1.2.3-60-g2f50