Remove pointless check

This commit is contained in:
Dylan 2016-02-19 23:21:26 +11:00
parent dfa82bc995
commit 69e3b3704f
1 changed files with 0 additions and 3 deletions

3
fetch
View File

@ -1322,9 +1322,6 @@ getstyle () {
theme=${theme//\"}
theme=${theme//\'}
# If the final string is empty print "None"
[ -z "$theme" ] && theme="None"
# Make the output shorter by removing "[GTKX]" from the string
if [ "$gtk_shorthand" == "on" ]; then
theme=${theme/ '[GTK2]'}