diff options
Diffstat (limited to 'vnc-encoding-zlib.c')
-rw-r--r-- | vnc-encoding-zlib.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vnc-encoding-zlib.c b/vnc-encoding-zlib.c index 29dd1b7aee..52b18aa84a 100644 --- a/vnc-encoding-zlib.c +++ b/vnc-encoding-zlib.c @@ -140,8 +140,3 @@ void vnc_zlib_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) vnc_write_u32(vs, bytes_written); vs->output.offset = new_offset; } - -void vnc_zlib_init(VncState *vs) -{ - vs->zlib_stream.opaque = NULL; -} |