Remove dead code
[khatus.git] / bin / khatus_sensor_mpd_state
index b5c9b08..b99ab73 100755 (executable)
@@ -33,18 +33,6 @@ echo 'status' \
     }
 
     END {
-        state = status["state:"]
-
-        if (state == "play") {
-            symbol = "▶"
-        } else if (state == "pause") {
-            symbol = "❚❚"
-        } else if (state == "stop") {
-            symbol = "⬛"
-        } else {
-            symbol = "--"
-        }
-
         printf(\
             "%s %s %s\n",
             status["state:"], current_time, current_percentage\
This page took 0.019356 seconds and 4 git commands to generate.