mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
red-channel-client: Remove unused red_channel_client_is_destroying
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
53c989a686
commit
b11bb5d7f6
@ -1897,11 +1897,6 @@ void red_channel_client_set_destroying(RedChannelClient *rcc)
|
||||
rcc->priv->destroying = TRUE;
|
||||
}
|
||||
|
||||
bool red_channel_client_is_destroying(RedChannelClient *rcc)
|
||||
{
|
||||
return rcc->priv->destroying;
|
||||
}
|
||||
|
||||
GQuark spice_server_error_quark(void)
|
||||
{
|
||||
return g_quark_from_static_string("spice-server-error-quark");
|
||||
|
||||
@ -135,7 +135,6 @@ void red_channel_client_init_outgoing_messages_window(RedChannelClient *rcc);
|
||||
|
||||
gboolean red_channel_client_set_migration_seamless(RedChannelClient *rcc);
|
||||
void red_channel_client_set_destroying(RedChannelClient *rcc);
|
||||
bool red_channel_client_is_destroying(RedChannelClient *rcc);
|
||||
|
||||
/* allow to block or unblock reading */
|
||||
void red_channel_client_block_read(RedChannelClient *rcc);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user