misc: cleanup

This commit is contained in:
Dylan Araps 2018-04-02 16:21:50 +10:00
parent adbe230f82
commit 286310acc9

View file

@ -1570,7 +1570,6 @@ get_song() {
[[ "$music_player" && "$music_player" != "auto" ]] && \
player="$music_player"
get_song_dbus() {
# Multiple players use an almost identical dbus command to get the information.
# This function saves us using the same command throughout the function.