diff --git a/server/cursor-channel.c b/server/cursor-channel.c index 8786ac60..b1526976 100644 --- a/server/cursor-channel.c +++ b/server/cursor-channel.c @@ -55,10 +55,6 @@ struct CursorChannelPrivate { uint16_t cursor_trail_length; uint16_t cursor_trail_frequency; uint32_t mouse_mode; - -#ifdef RED_STATISTICS - StatNodeRef stat; -#endif }; struct CursorChannel {