Skip to content

Commit

Permalink
remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
benji-york committed Sep 6, 2007
1 parent f837fdb commit 8993b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/testbrowser/real.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function tb_take_screen_shot(out_path) {
tb_save_canvas(canvas, out_path);
}

function tb_save_canvas(canvas, out_path, overwrite) {
function tb_save_canvas(canvas, out_path) {
var io = Components.classes['@mozilla.org/network/io-service;1'
].getService(Components.interfaces.nsIIOService);
var source = io.newURI(canvas.toDataURL('image/png', ''), 'UTF8', null);
Expand Down

0 comments on commit 8993b66

Please sign in to comment.