mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-19 16:00:51 +00:00
silence "network support disabled" warnings
one is enough
This commit is contained in:
parent
8025f788d3
commit
c61bcdca70
1 changed files with 0 additions and 3 deletions
|
@ -2553,8 +2553,6 @@ delete_fluid_server(fluid_server_t* server)
|
|||
fluid_server_close(server);
|
||||
|
||||
FLUID_FREE(server);
|
||||
#else
|
||||
FLUID_LOG(FLUID_WARN, "Network support disabled on this platform.");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -2568,7 +2566,6 @@ int fluid_server_join(fluid_server_t* server)
|
|||
#ifdef NETWORK_SUPPORT
|
||||
return fluid_server_socket_join(server->socket);
|
||||
#else
|
||||
FLUID_LOG(FLUID_WARN, "Network support disabled on this platform.");
|
||||
return FLUID_OK;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue