mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
removed dead code
This commit is contained in:
parent
a92428cbe1
commit
f768418548
@ -82,12 +82,6 @@ void wfp_impl_client_disconnect(
|
||||
wfp_impl_client_protocol_disconnect(&client->protocol);
|
||||
}
|
||||
|
||||
bool wfp_impl_client_is_connected(
|
||||
struct wfp_client * client)
|
||||
{
|
||||
return client->protocol.is_connected;
|
||||
}
|
||||
|
||||
void wfp_impl_client_service(
|
||||
struct wfp_client * client)
|
||||
{
|
||||
|
@ -34,9 +34,6 @@ extern void wfp_impl_client_disconnect(
|
||||
extern void wfp_impl_client_dispose(
|
||||
struct wfp_client * client);
|
||||
|
||||
extern bool wfp_impl_client_is_connected(
|
||||
struct wfp_client * client);
|
||||
|
||||
extern void wfp_impl_client_service(
|
||||
struct wfp_client * client);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user