From cde8acce5af493dd6306eb7c4f0cefb5622ef401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Mei=C3=9Felbach?= Date: Sat, 30 Nov 2019 00:48:30 +0100 Subject: remove obsolete function --- sway-launcher-desktop.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sway-launcher-desktop.sh') diff --git a/sway-launcher-desktop.sh b/sway-launcher-desktop.sh index 0eb588a..4cd68ee 100755 --- a/sway-launcher-desktop.sh +++ b/sway-launcher-desktop.sh @@ -46,9 +46,6 @@ fi touch "$HIST_FILE" readarray HIST_LINES <"$HIST_FILE" -function command-line() { - echo "${TERMINAL_COMMAND} ${1}" -} function describe() { # shellcheck disable=SC2086 readarray -d ${DEL} -t PROVIDER_ARGS <<<${PROVIDERS[${1}]} @@ -198,7 +195,7 @@ function generate-command() { } case "$1" in -describe | describe-desktop | describe-command | entries | list-entries | list-commands | command-line | generate-command | run-desktop | provide) +describe | describe-desktop | describe-command | entries | list-entries | list-commands | generate-command | run-desktop | provide) "$@" exit ;; -- cgit v1.2.3