Remove pointless check
This commit is contained in:
parent
dfa82bc995
commit
69e3b3704f
1 changed files with 0 additions and 3 deletions
3
fetch
3
fetch
|
@ -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]'}
|
||||
|
|
Loading…
Reference in a new issue