From 09fe5a940a433287f829208b8752e96250594b9b Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:11:40 +0100 Subject: [PATCH] Remove unused function and clean up whitespace Removed unused header_info function and cleared whitespace. --- tools/addon/add-qbittorrent-exporter.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/addon/add-qbittorrent-exporter.sh b/tools/addon/add-qbittorrent-exporter.sh index fc7a0fe98..67d9abf68 100644 --- a/tools/addon/add-qbittorrent-exporter.sh +++ b/tools/addon/add-qbittorrent-exporter.sh @@ -4,11 +4,6 @@ # Author: CrazWolf13 # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -function header_info() { - clear -} - - APP="qbittorrent-exporter" INSTALL_PATH="/usr/local/bin/filebrowser"