diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlayerCommands.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/PlayerCommands.hxx b/src/PlayerCommands.hxx index 8abc147fa..40a8a779a 100644 --- a/src/PlayerCommands.hxx +++ b/src/PlayerCommands.hxx @@ -22,8 +22,6 @@ #include "command.h" -G_BEGIN_DECLS - enum command_return handle_play(struct client *client, int argc, char *argv[]); @@ -87,6 +85,4 @@ handle_replay_gain_mode(struct client *client, int argc, char *argv[]); enum command_return handle_replay_gain_status(struct client *client, int argc, char *argv[]); -G_END_DECLS - #endif |