Commit f2664e32 authored by Max Kellermann's avatar Max Kellermann

listen: removed unused macro BINDERROR()

parent d399d4b6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment