removed the "stacking doesn't work yet" message, as stacking does work now.
authorkramm <kramm>
Sat, 27 Oct 2001 16:35:18 +0000 (16:35 +0000)
committerkramm <kramm>
Sat, 27 Oct 2001 16:35:18 +0000 (16:35 +0000)
src/swfcombine.c

index 8102aba..28e7bac 100644 (file)
@@ -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++)
     {