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:
Frediano Ziglio 2020-03-02 02:20:05 +00:00
parent 53c989a686
commit b11bb5d7f6
2 changed files with 0 additions and 6 deletions

View File

@ -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");

View File

@ -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);