X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=lib%2Fas3%2Fcode.h;h=48adaf7e945a0d4f6b4e0c2f425f3fd223d68c0c;hb=f51315b97bddf5214699578ea34285fb9f7d963f;hp=6cf00f38c32b9b9dc1db7629f946cf7f6fe7519f;hpb=dbd04efb40a894c9d3d0c32c00e0e65d27115357;p=swftools.git diff --git a/lib/as3/code.h b/lib/as3/code.h index 6cf00f3..48adaf7 100644 --- a/lib/as3/code.h +++ b/lib/as3/code.h @@ -45,7 +45,6 @@ struct _lookupswitch { struct _codestats { int max_stack; int local_count; - int init_scope_depth; int max_scope_depth; int flags; };