Remove another pointless substitution

This commit is contained in:
Dylan Araps 2016-06-12 11:45:33 +10:00
parent 8b0d6a2095
commit dac32f3ab1
1 changed files with 0 additions and 1 deletions

View File

@ -1661,7 +1661,6 @@ getstyle () {
elif type -p gsettings >/dev/null 2>&1; then
gtk3theme="$(gsettings get org.gnome.desktop.interface $gsettings)"
gtk3theme=${gtk3theme//\'}
elif [ -f "/usr/share/gtk-3.0/settings.ini" ]; then
gtk3theme=$(grep "^[^#]*$name" /usr/share/gtk-3.0/settings.ini)