aboutsummaryrefslogtreecommitdiffstats
path: root/src/QueueCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/QueueCommands.hxx')
-rw-r--r--src/QueueCommands.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/QueueCommands.hxx b/src/QueueCommands.hxx
index ec3230f7f..b28608f62 100644
--- a/src/QueueCommands.hxx
+++ b/src/QueueCommands.hxx
@@ -22,8 +22,6 @@
#include "command.h"
-G_BEGIN_DECLS
-
enum command_return
handle_add(struct client *client, int argc, char *argv[]);
@@ -81,6 +79,4 @@ handle_swap(struct client *client, int argc, char *argv[]);
enum command_return
handle_swapid(struct client *client, int argc, char *argv[]);
-G_END_DECLS
-
#endif