summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_SVG_Image.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_SVG_Image.cxx b/src/Fl_SVG_Image.cxx
index c5dca3c54..58d477e93 100644
--- a/src/Fl_SVG_Image.cxx
+++ b/src/Fl_SVG_Image.cxx
@@ -158,7 +158,6 @@ static int svg_inflate(uchar *src, size_t src_length, uchar *&dst, size_t &dst_l
z_stream stream = { };
int err = Z_OK;
- const uInt max = (uInt)-1;
dst = 0;
dst_length = 0;