summaryrefslogtreecommitdiffstats
path: root/client/red_gdi_canvas.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-03-05 10:21:29 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2012-03-20 16:53:35 +0100
commit01c6f4d2c60ecc360353049f757c60a7fffc81a6 (patch)
tree094c297914d34f4d217dbdee7194badf572ce087 /client/red_gdi_canvas.h
parent910a3f84196bc7d7d44dc153b79fdd2569bc9123 (diff)
downloadspice-01c6f4d2c60ecc360353049f757c60a7fffc81a6.tar.gz
spice-01c6f4d2c60ecc360353049f757c60a7fffc81a6.tar.xz
spice-01c6f4d2c60ecc360353049f757c60a7fffc81a6.zip
Remove unused Canvas members
The various Canvas have _max and _base variables which are not used, better to remove them.
Diffstat (limited to 'client/red_gdi_canvas.h')
-rw-r--r--client/red_gdi_canvas.h2
1 files changed, 0 insertions, 2 deletions
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