cursor: Remove the theme_cursor cache

It's unused.
This commit is contained in:
Jasper St. Pierre
2014-04-16 22:41:03 -04:00
parent a2fb2c05ae
commit d7ee5cf33d
3 changed files with 0 additions and 9 deletions

View File

@ -61,8 +61,6 @@ struct _MetaCursorTracker {
MetaCursorReference *root_cursor;
MetaCursorReference *theme_cursors[META_CURSOR_LAST];
int current_x, current_y;
MetaRectangle current_rect;
MetaRectangle previous_rect;