aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Risko <errge@nilcons.com>2017-10-18 20:05:00 +0200
committerGergely Risko <errge@nilcons.com>2017-10-18 20:05:00 +0200
commita0f3fc873068bd1a437a8b7312cf89ac509e3d5f (patch)
tree254cf77ca8164afc6b2b29a5dd35c9a2a0b4678d
parent58f41970c33f5a5f988a3b1ea84b65e463cf529e (diff)
downloadrofi-pass-a0f3fc873068bd1a437a8b7312cf89ac509e3d5f.tar.gz
Cleanup: remove unused HELP variables
-rwxr-xr-xrofi-pass4
1 files changed, 0 insertions, 4 deletions
diff --git a/rofi-pass b/rofi-pass
index 25ad9e1..f5a5b75 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -269,9 +269,6 @@ mainMenu () {
else
unset selected_password
- HELP="Welcome to rofi-pass. Use <span color='$help_color'>${insert_pass}</span> to create a new pass entry.
-Run ${default_do} with <span color='$help_color'>Enter</span>. For more help hit <span color='$help_color'>${help}</span>."
-
args=( -dmenu
-kb-custom-1 "${autotype}"
-kb-custom-2 "${type_user}"
@@ -489,7 +486,6 @@ showEntry () {
fi
pass_content="$(for key in "${!stuff[@]}"; do printf '%s' "${key}: ${stuff[$key]}"; done)"
fi
- HELP="<span color='${help_color}'>${copy_entry}: Copy Entry</span>"
bla_content=(
"< Return"
"${pass_content}")