aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jpeg.h')
-rw-r--r--graphics/jpeg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/jpeg.h b/graphics/jpeg.h
index f4743a5e83..9bf314de49 100644
--- a/graphics/jpeg.h
+++ b/graphics/jpeg.h
@@ -75,9 +75,6 @@ private:
uint8 _maxFactorV;
uint8 _maxFactorH;
- // Zig-Zag order
- static uint8 _zigZagOrder[64];
-
// Quantization tables
uint16 *_quant[JPEG_MAX_QUANT_TABLES];