cursor-channel-client: Remove unused variable

Both _cursor_count and DEBUG_CURSORS are not used.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
Frediano Ziglio 2021-06-02 09:06:26 +01:00
parent 71284c4984
commit 0088659c37

View File

@ -46,10 +46,6 @@ struct CursorChannelClientPrivate
#include "cache-item.tmpl.cpp"
#undef CLIENT_CURSOR_CACHE
#ifdef DEBUG_CURSORS
static int _cursor_count = 0;
#endif
void CursorChannelClient::reset_cursor_cache()
{
red_cursor_cache_reset(this, CLIENT_CURSOR_CACHE_SIZE);