Commit 89b42584 authored by Rémi Duraffort's avatar Rémi Duraffort

Revert "Missing return values."

This reverts commit 46626b9d.

Dead code.
parent 67150116
......@@ -208,7 +208,6 @@ static void *Master(void *handle)
(from.ss_family == AF_INET) ? inet_ntoa(((struct sockaddr_in *)&from)->sin_addr)
: "non-IPv4", /*date*/ 0);
#endif
return NULL;
}
}
......@@ -269,7 +268,6 @@ static void *Slave(void *handle)
wait:
msleep(INTF_IDLE_SLEEP);
}
return NULL;
}
static int InputEvent(vlc_object_t *object, char const *cmd,
......
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