diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/player.h b/src/player.h index a0b5515c1..75bc71edf 100644 --- a/src/player.h +++ b/src/player.h @@ -52,8 +52,6 @@ #define PLAYER_QUEUE_LOCKED 1 typedef struct _PlayerControl { - volatile mpd_sint8 decodeType; - volatile mpd_sint8 fileSuffix; volatile mpd_sint8 stop; volatile mpd_sint8 play; volatile mpd_sint8 pause; |