listen: removed unused macro BINDERROR()

This commit is contained in:
Max Kellermann 2009-03-01 13:34:44 +01:00
parent d399d4b63b
commit f2664e329f

View File

@ -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;