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.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/gui/cliprect.h') diff --git a/src/gui/cliprect.h b/src/gui/cliprect.h index 44ab6f01b..c4ef23600 100644 --- a/src/gui/cliprect.h +++ b/src/gui/cliprect.h @@ -103,14 +103,7 @@ class ClipRect final : public Rect const int xOffset0, const int yOffset0); - /** - * Copy constructor. Copies x, y, width and height - * field from a rectangle to a clip rectangle. - * - * @param other The rectangle to copy data from. - * @returns A clip rectangle with data copyied from a rectangle. - */ - const ClipRect& operator=(const Rect& other); + A_DELETE_COPY(ClipRect) /** * Holds the x offset of the x coordinate. -- cgit v1.2.3-60-g2f50