1
0
Fork 0

display: Remove some more core events

I apparently forgot to remove these.

https://bugzilla.gnome.org/show_bug.cgi?id=691363
This commit is contained in:
Jasper St. Pierre 2012-12-16 21:44:33 -05:00
parent afbca61524
commit e69fcc860c

View file

@ -3008,8 +3008,6 @@ event_get_time (MetaDisplay *display,
case SelectionNotify:
return event->xselection.time;
case FocusIn:
case FocusOut:
case KeymapNotify:
case Expose:
case GraphicsExpose: