From 69e3b3704fcbb77fd8ede9691d3c657e8adfd803 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 19 Feb 2016 23:21:26 +1100 Subject: [PATCH] Remove pointless check --- fetch | 3 --- 1 file changed, 3 deletions(-) diff --git a/fetch b/fetch index 1f74560e..571fda75 100755 --- a/fetch +++ b/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]'}