diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2017-05-29 16:53:44 +0800 |
---|---|---|
committer | Sebastian Rasmussen <sebras@gmail.com> | 2017-06-06 00:50:35 +0800 |
commit | d2b5f023f161d87cfa91d6fd48e9d8874a398742 (patch) | |
tree | e90193cde4e28386863142b023c07f6ee10f48c2 /source/tools | |
parent | 7f0a9b9f4448f7f2e87313e9e147b631b687e81b (diff) | |
download | mupdf-d2b5f023f161d87cfa91d6fd48e9d8874a398742.tar.xz |
Remove unused variable/function.
Diffstat (limited to 'source/tools')
-rw-r--r-- | source/tools/muraster.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/tools/muraster.c b/source/tools/muraster.c index 5b92a9d2..41d5e3bf 100644 --- a/source/tools/muraster.c +++ b/source/tools/muraster.c @@ -384,7 +384,6 @@ static int alphabits_graphics = 8; static int min_band_height; static size_t max_band_memory; -int band_height; static int errored = 0; static fz_colorspace *colorspace; |