From d39393539c367410d6e5c6b996f563d43b9a4260 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 30 Dec 2008 22:52:38 +0000 Subject: [PATCH] removed old TODO comment --- lib/as3/abc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/as3/abc.c b/lib/as3/abc.c index 2f84f5a..04ce699 100644 --- a/lib/as3/abc.c +++ b/lib/as3/abc.c @@ -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; -- 1.7.10.4