From fa8e630714095231cecbef5c98212e89512fd1fd Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Tue, 17 Oct 2023 16:37:55 +0200 Subject: [PATCH] web: remove unused functions they are not referenced from the rest of the file. --- .../luci-static/resources/view/blue-merle.js | 46 ------------------- 1 file changed, 46 deletions(-) diff --git a/files/www/luci-static/resources/view/blue-merle.js b/files/www/luci-static/resources/view/blue-merle.js index 4c64bf7..2a86135 100644 --- a/files/www/luci-static/resources/view/blue-merle.js +++ b/files/www/luci-static/resources/view/blue-merle.js @@ -102,58 +102,12 @@ var languages = ['en']; var currentDisplayMode = 'available', currentDisplayRows = []; -function handlePage(ev) -{ -} -function handleMode(ev) -{ -} - -function handleI18nFilter(ev) -{ -} - -function orderOf(c) -{ -} - -function compareVersion(val, ref) -{ -} - -function versionSatisfied(ver, ref, vop) -{ -} - -function pkgStatus(pkg, vop, ver, info) -{ -} - -function renderDependencyItem(dep, info, flat) -{ -} - -function renderDependencies(depends, info, flat) -{ -} - -function truncateVersion(v, op) -{ -} function handleReset(ev) { } -function handleInstall(ev) -{ -} - -function handleManualInstall(ev) -{ -} - function callBlueMerle(arg) { const cmd = "/usr/libexec/blue-merle";