From 01c6f4d2c60ecc360353049f757c60a7fffc81a6 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 5 Mar 2012 10:21:29 +0100 Subject: Remove unused Canvas members The various Canvas have _max and _base variables which are not used, better to remove them. --- client/red_gdi_canvas.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/red_gdi_canvas.h') diff --git a/client/red_gdi_canvas.h b/client/red_gdi_canvas.h index fa173c44..77adcf7b 100644 --- a/client/red_gdi_canvas.h +++ b/client/red_gdi_canvas.h @@ -48,8 +48,6 @@ private: RedPixmapGdi *_helper_pixmap; HDC _dc; HBITMAP _prev_bitmap; - unsigned long _base; - unsigned long _max; }; #endif -- cgit