summaryrefslogtreecommitdiffstats
path: root/zlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.c')
-rw-r--r--zlib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/zlib.c b/zlib.c
index e4ab1bd..9905810 100644
--- a/zlib.c
+++ b/zlib.c
@@ -32,8 +32,6 @@
#include <rfb/rfb.h>
-#ifdef LIBVNCSERVER_HAVE_LIBZ
-
/*
* zlibBeforeBuf contains pixel data in the client's format.
* zlibAfterBuf contains the zlib (deflated) encoding version.
@@ -302,4 +300,3 @@ rfbSendRectEncodingZlib(cl, x, y, w, h)
}
-#endif