removed old TODO comment
authorkramm <kramm>
Tue, 30 Dec 2008 22:52:38 +0000 (22:52 +0000)
committerkramm <kramm>
Tue, 30 Dec 2008 22:52:38 +0000 (22:52 +0000)
lib/as3/abc.c

index 2f84f5a..04ce699 100644 (file)
@@ -716,7 +716,6 @@ void* swf_ReadABC(TAG*tag)
         DEBUG printf("method %d) %s %s flags=%02x\n", t, m->name, params_tostring(m->parameters), m->flags);
 
         if(m->flags&0x08) {
-            /* TODO optional parameters */
             m->optional_parameters = list_new();
             int num = swf_GetU30(tag);
             int s;