aboutsummaryrefslogtreecommitdiff
path: root/src/PlaylistCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PlaylistCommands.hxx')
-rw-r--r--src/PlaylistCommands.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/PlaylistCommands.hxx b/src/PlaylistCommands.hxx
index 8f83f655..267ed5c9 100644
--- a/src/PlaylistCommands.hxx
+++ b/src/PlaylistCommands.hxx
@@ -22,8 +22,6 @@
#include "command.h"
-G_BEGIN_DECLS
-
enum command_return
handle_save(struct client *client, int argc, char *argv[]);
@@ -57,6 +55,4 @@ handle_playlistadd(struct client *client, int argc, char *argv[]);
enum command_return
handle_listplaylists(struct client *client, int argc, char *argv[]);
-G_END_DECLS
-
#endif