aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player_control.h')
-rw-r--r--src/player_control.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/player_control.h b/src/player_control.h
index 4b463c60f..c8bcf2462 100644
--- a/src/player_control.h
+++ b/src/player_control.h
@@ -149,9 +149,6 @@ player_get_audio_format(void)
return &pc.audio_format;
}
-struct song *
-playerCurrentDecodeSong(void);
-
void playerInit(void);
#endif