Remove unused argument to CreateInterfaceObjects2.

This commit is contained in:
Ms2ger 2014-03-03 16:00:49 +01:00
parent 478c9bfc57
commit bec0dcd023
2 changed files with 4 additions and 4 deletions

View file

@ -2792,7 +2792,7 @@ class CGCreateInterfaceObjectsMethod(CGAbstractMethod):
return "ptr::to_unsafe_ptr(&%s[0])" % val
call = """return CreateInterfaceObjects2(aCx, aGlobal, aReceiver, parentProto,
%s, ptr::null(), %s, %d,
%s, %s, %d,
%s,
%s,
%s,