diff options
author | Max Kellermann <max@duempel.org> | 2012-08-08 21:44:18 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-08 22:28:49 +0200 |
commit | fa84ed412db4cc033989d1b60535dd6207e1ff23 (patch) | |
tree | 0a652bea92db2de7c83fb05a646d06852dc72ef7 /src/player_control.h | |
parent | 16951099d1154bee369aec1437fa85ecb1c3218e (diff) | |
download | mpd-fa84ed412db4cc033989d1b60535dd6207e1ff23.tar.gz mpd-fa84ed412db4cc033989d1b60535dd6207e1ff23.tar.xz mpd-fa84ed412db4cc033989d1b60535dd6207e1ff23.zip |
player_control: remove unused enum player_error values
Diffstat (limited to 'src/player_control.h')
-rw-r--r-- | src/player_control.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/player_control.h b/src/player_control.h index b1371df8f..0a62b774a 100644 --- a/src/player_control.h +++ b/src/player_control.h @@ -69,9 +69,6 @@ enum player_error { PLAYER_ERROR_NOERROR = 0, PLAYER_ERROR_FILE, PLAYER_ERROR_AUDIO, - PLAYER_ERROR_SYSTEM, - PLAYER_ERROR_UNKTYPE, - PLAYER_ERROR_FILENOTFOUND, }; struct player_status { |