From 286310acc937652d6f9f0748d9fca32310a6987b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 2 Apr 2018 16:21:50 +1000 Subject: [PATCH] misc: cleanup --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index f62ffa9e..49f8f601 100755 --- a/neofetch +++ b/neofetch @@ -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.