summaryrefslogtreecommitdiffstats
path: root/client/canvas.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 14:19:45 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 14:19:45 +0200
commit601aecc8ad96af0ee765dd194103f7adcf98da67 (patch)
tree29bf5b6aef3646c3cf26afa347e3a9b2aa8e3007 /client/canvas.h
parent1d64d398447de90e12da7f6afacc05f07fa03b22 (diff)
downloadspice-601aecc8ad96af0ee765dd194103f7adcf98da67.tar.gz
spice-601aecc8ad96af0ee765dd194103f7adcf98da67.tar.xz
spice-601aecc8ad96af0ee765dd194103f7adcf98da67.zip
Remove unused method declarations
Diffstat (limited to 'client/canvas.h')
-rw-r--r--client/canvas.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/canvas.h b/client/canvas.h
index 87bc060f..4844c314 100644
--- a/client/canvas.h
+++ b/client/canvas.h
@@ -450,11 +450,6 @@ protected:
ZlibDecoder& zlib_decoder() { return _zlib_decoder;}
private:
- void access_test(void* ptr, size_t size);
- void localalize_ptr(SPICE_ADDRESS* data);
- void localalize_image(SPICE_ADDRESS* in_bitmap);
- void localalize_brush(SpiceBrush& brush);
- void localalize_mask(SpiceQMask& mask);
void begin_draw(SpiceMsgDisplayBase& base, int size, size_t min_size);
protected: