core: Remove the eventqueue

It is unused.

https://bugzilla.gnome.org/show_bug.cgi?id=695269
This commit is contained in:
Adel Gadllah
2013-03-06 08:54:32 +01:00
parent dc3529d98a
commit 381a9c2650
5 changed files with 0 additions and 230 deletions

View File

@@ -33,7 +33,6 @@
#include <glib.h>
#include <X11/Xlib.h>
#include "eventqueue.h"
#include <meta/common.h>
#include <meta/boxes.h>
#include <meta/display.h>
@@ -142,7 +141,6 @@ struct _MetaDisplay
/*< private-ish >*/
guint error_trap_synced_at_last_pop : 1;
MetaEventQueue *events;
GSList *screens;
MetaScreen *active_screen;
GHashTable *xids;