listen: removed unused macro BINDERROR()
This commit is contained in:
parent
d399d4b63b
commit
f2664e329f
@ -48,12 +48,6 @@
|
|||||||
|
|
||||||
#define DEFAULT_PORT 6600
|
#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 {
|
||||||
struct listen_socket *next;
|
struct listen_socket *next;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user