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:
fbd703d
)
removed the "stacking doesn't work yet" message, as stacking does work now.
author
kramm
<kramm>
Sat, 27 Oct 2001 16:35:18 +0000
(16:35 +0000)
committer
kramm
<kramm>
Sat, 27 Oct 2001 16:35:18 +0000
(16:35 +0000)
src/swfcombine.c
patch
|
blob
|
history
diff --git
a/src/swfcombine.c
b/src/swfcombine.c
index
8102aba
..
28e7bac
100644
(file)
--- a/
src/swfcombine.c
+++ b/
src/swfcombine.c
@@
-205,8
+205,6
@@
void makestackmaster(u8**masterdata, int*masterlength)
int strlength = 0;
int fileversion = 1;
- logf("<error> stacking doesn't work yet. Prepare for problems.");
-
/* scan all slaves for bounding box */
for(t=0;t<numslaves;t++)
{