From 6f51cddc42df6c2b9a7d30c92b30daad6d1d3c28 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 12 Apr 2021 17:49:38 +0530 Subject: [PATCH] remove unused function --- www/support/ui.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/support/ui.js b/www/support/ui.js index a2b5da4a8..947a43d93 100644 --- a/www/support/ui.js +++ b/www/support/ui.js @@ -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); };