From d35f8790a118239bc3dbdd7eb9410214f0c71155 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 31 Jan 2004 20:02:35 +0000 Subject: [PATCH] removed some unused code --- lib/modules/swfshape.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/modules/swfshape.c b/lib/modules/swfshape.c index 1001327..18e9b6b 100644 --- a/lib/modules/swfshape.c +++ b/lib/modules/swfshape.c @@ -611,8 +611,6 @@ SRECT swf_GetShapeBoundingBox(SHAPE2*shape2) { SRECT r; SHAPELINE*l = shape2->lines; - int SCOORD_MAX = 0x7fffffff; - int SCOORD_MIN = -0x80000000; int lastx=0,lasty=0; int valid = 0; r.xmin = r.ymin = SCOORD_MAX; -- 1.7.10.4