[broadway] Remove unused grab_count from GdkBroadwayDisplay

We don't need this anymore since server grabs is now an x-only feature
This commit is contained in:
Alexander Larsson 2011-01-20 13:22:41 +01:00
parent cbc324d846
commit a3b227ff9e

View File

@ -58,8 +58,6 @@ struct _GdkBroadwayDisplay
GdkWindow *mouse_in_toplevel;
int last_x, last_y;
gint grab_count;
/* Keyboard related information */
GdkKeymap *keymap;