Drop unused code

This commit is contained in:
manlix 2021-02-12 18:41:44 +03:00
parent b9a270e332
commit 570df628a4

View File

@ -91,11 +91,10 @@ function build_fonts_cache() {
fc-cache -f || die "Unable to build fonts cache"
}
# Remove list temporary files
# Remove temporary file
function cleanup() {
for delme in "$@"; do
unlink "${delme}" || die "Unable to unlink: ${delme}"
done
unlink "${*}" || die "Unable to unlink: ${*}"
}
# Start point