mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-10 18:53:18 +00:00
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:
parent
71284c4984
commit
0088659c37
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user