remove unused function

pull/1/head
ansuz 2021-04-12 17:49:38 +05:30
parent 1ee2f70f49
commit 6f51cddc42
1 changed files with 0 additions and 3 deletions

View File

@ -445,9 +445,6 @@ define([
};
ctx.FM = common.createFileManager(fmConfig);
ui.send = function (id, type, data, dest) { // XXX confirm that this is actually used
return send(ctx, id, type, data, dest);
};
ui.sendForm = function (id, form, dest) {
return sendForm(ctx, id, form, dest);
};