git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d8d800
)
removed some unused code
author
kramm
<kramm>
Sat, 31 Jan 2004 20:02:35 +0000
(20:02 +0000)
committer
kramm
<kramm>
Sat, 31 Jan 2004 20:02:35 +0000
(20:02 +0000)
lib/modules/swfshape.c
patch
|
blob
|
history
diff --git
a/lib/modules/swfshape.c
b/lib/modules/swfshape.c
index
1001327
..
18e9b6b
100644
(file)
--- 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;