summaryrefslogtreecommitdiffstats
path: root/client/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/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/canvas.h')
-rw-r--r--client/canvas.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/canvas.h b/client/canvas.h
index 5a34bdc5..51f28003 100644
--- a/client/canvas.h
+++ b/client/canvas.h
@@ -343,9 +343,6 @@ private:
ZlibDecoder _zlib_decoder;
SurfacesCache& _surfaces_cache;
-
- unsigned long _base;
- unsigned long _max;
};