removed subfunctions
[swftools.git] / lib / as3 / registry.h
index fe4145a..dce8efb 100644 (file)
@@ -82,7 +82,7 @@ struct _memberinfo {
     classinfo_t*parent;
     classinfo_list_t*params;
     int slot;
-    dict_t*subfunctions;
+    void*deprecated;
 };
 
 extern type_t classinfo_type;