ref: 09e114b5849ac066755ae1625104896d232ef168
parent: da420b02de6412f053b759cd04d498762ac62fbe
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Thu Apr 8 04:36:12 EDT 2004
Remove some unused variables. Bug 687413. git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@310 ded80894-8fb9-0310-811b-c03f3676ab4d
--- a/jbig2_generic.c
+++ b/jbig2_generic.c
@@ -54,7 +54,6 @@
const int rowstride = image->stride;
int x, y;
byte *gbreg_line = (byte *)image->data;
- bool LTP = 0;
/* todo: currently we only handle the nominal gbat location */
@@ -123,7 +122,6 @@
const int rowstride = image->stride;
int x, y;
byte *gbreg_line = (byte *)image->data;
- bool LTP = 0;
/* todo: currently we only handle the nominal gbat location */
@@ -192,7 +190,6 @@
const int rowstride = image->stride;
int x, y;
byte *gbreg_line = (byte *)image->data;
- bool LTP = 0;
/* todo: currently we only handle the nominal gbat location */
@@ -261,7 +258,6 @@
const int rowstride = image->stride;
int x, y;
byte *gbreg_line = (byte *)image->data;
- bool LTP = 0;
/* This is a special case for GBATX1 = 3, GBATY1 = -1 */