web: remove unused functions

they are not referenced from the rest of the file.
This commit is contained in:
Tobias Mueller 2023-10-17 16:37:55 +02:00
parent 242235757a
commit fa8e630714
1 changed files with 0 additions and 46 deletions

View File

@ -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";