Module: wine Branch: master Commit: 7d4ba8db63047a8c01281fd7e301178d376c57bf URL: http://source.winehq.org/git/wine.git/?a=commit;h=7d4ba8db63047a8c01281fd7e3... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Mon Mar 12 12:14:25 2012 +0100 jscript: Removed no longer needed caller argument from jsdisp_propput_idx. --- dlls/jscript/array.c | 32 ++++++++++++++++---------------- dlls/jscript/dispex.c | 2 +- dlls/jscript/engine.c | 2 +- dlls/jscript/function.c | 7 +++---- dlls/jscript/jscript.h | 2 +- dlls/jscript/regexp.c | 4 ++-- dlls/jscript/string.c | 4 ++-- dlls/jscript/vbarray.c | 2 +- 8 files changed, 27 insertions(+), 28 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7d4ba8db63047a8c01281f...