remove unused variable

This commit is contained in:
Rasmus Steinke 2016-02-23 02:04:46 +01:00
parent 847c0b689e
commit aeb051d292

View File

@ -501,7 +501,6 @@ fi
# set help color
if [[ $help_color == "" ]]; then
help_color=$(rofi -dump-xresources | grep 'rofi.color.normal' | awk -F ',' '/,/{gsub(/ /, "", $2); print $2}')
help_separator_color=${help_color}
fi
# check for BROWSER variable, use xdg-open as fallback