mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-29 00:41:33 +00:00
Remove unused Canvas members
The various Canvas have _max and _base variables which are not used, better to remove them.
This commit is contained in:
parent
910a3f8419
commit
01c6f4d2c6
@ -70,7 +70,6 @@ void Canvas::clear()
|
||||
|
||||
void Canvas::begin_draw(SpiceMsgDisplayBase& base, int size, size_t min_size)
|
||||
{
|
||||
_base = (uintptr_t)&base;
|
||||
}
|
||||
|
||||
void Canvas::draw_fill(SpiceMsgDisplayDrawFill& fill, int size)
|
||||
|
||||
@ -343,9 +343,6 @@ private:
|
||||
ZlibDecoder _zlib_decoder;
|
||||
|
||||
SurfacesCache& _surfaces_cache;
|
||||
|
||||
unsigned long _base;
|
||||
unsigned long _max;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@ -48,8 +48,6 @@ private:
|
||||
RedPixmapGdi *_helper_pixmap;
|
||||
HDC _dc;
|
||||
HBITMAP _prev_bitmap;
|
||||
unsigned long _base;
|
||||
unsigned long _max;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@ -45,8 +45,6 @@ public:
|
||||
|
||||
private:
|
||||
RedPixmap *_pixmap;
|
||||
unsigned long _base;
|
||||
unsigned long _max;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user