aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/listen.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/listen.c b/src/listen.c
index aca11b571..25801a24c 100644
--- a/src/listen.c
+++ b/src/listen.c
@@ -48,12 +48,6 @@
#define DEFAULT_PORT 6600
-#define BINDERROR() do { \
- g_error("unable to bind port %u: %s; " \
- "maybe MPD is still running?", \
- port, strerror(errno)); \
-} while (0);
-
struct listen_socket {
struct listen_socket *next;