diff --git a/server/reds.c b/server/reds.c index b349d779..6c7df095 100644 --- a/server/reds.c +++ b/server/reds.c @@ -1112,9 +1112,6 @@ static void reds_agent_remove() reds_reset_vdp(); } - if (!reds->agent_state.connected) { - return; - } reds->agent_state.connected = 0; vdagent = NULL; reds_update_mouse_mode();