git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b028568
)
removed old TODO comment
author
kramm
<kramm>
Tue, 30 Dec 2008 22:52:38 +0000
(22:52 +0000)
committer
kramm
<kramm>
Tue, 30 Dec 2008 22:52:38 +0000
(22:52 +0000)
lib/as3/abc.c
patch
|
blob
|
history
diff --git
a/lib/as3/abc.c
b/lib/as3/abc.c
index
2f84f5a
..
04ce699
100644
(file)
--- 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;