diff --git a/core/tabs/common-script.sh b/core/tabs/common-script.sh index 19a03a711..c6003a841 100644 --- a/core/tabs/common-script.sh +++ b/core/tabs/common-script.sh @@ -12,10 +12,6 @@ command_exists() { command -v "$1" >/dev/null 2>&1 } -file_exists() { - [ -e "$1" ] -} - checkAURHelper() { ## Check & Install AUR helper if [ "$PACKAGER" = "pacman" ]; then