X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=43d4b87f849448e01805ec5f7e4d393d28ffb481;hb=89aec8e68bdc64f14c934c58397f64a79a64a86f;hp=377123eebe5658d0082fc380e2be7ba0c06c2e56;hpb=29c9be4edb73278fdbde4ad37878ba0c1696ab22;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 377123e..43d4b87 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -73,15 +73,8 @@ typedef struct _TAG // NEVER access a Tag-Struct directly ! U8 * data; U32 memsize; // to minimize realloc() calls - union - { U32 len; // for Set-Access - U32 dataWritePos; - }; - - union - { U32 pos; // for Get-Access - U32 dataReadPos; - }; + U32 len; // for Set-Access + U32 pos; // for Get-Access int frame; // not really up-to-date