Remove meta_core_increment_event_serial

It's unused.
This commit is contained in:
Jasper St. Pierre 2014-03-18 21:11:36 -04:00
parent 3fe755e684
commit dfcefd3315
2 changed files with 0 additions and 16 deletions

View File

@ -718,16 +718,6 @@ meta_core_set_screen_cursor (Display *xdisplay,
meta_frame_set_screen_cursor (window->frame, cursor); meta_frame_set_screen_cursor (window->frame, cursor);
} }
void
meta_core_increment_event_serial (Display *xdisplay)
{
MetaDisplay *display;
display = meta_display_for_x_display (xdisplay);
meta_display_increment_event_serial (display);
}
void void
meta_invalidate_default_icons (void) meta_invalidate_default_icons (void)
{ {

View File

@ -193,12 +193,6 @@ void meta_core_set_screen_cursor (Display *xdisplay,
Window frame_on_screen, Window frame_on_screen,
MetaCursor cursor); MetaCursor cursor);
/* Used because we ignore EnterNotify when a window is unmapped that
* really shouldn't cause focus changes, by comparing the event serial
* of the EnterNotify and the UnmapNotify.
*/
void meta_core_increment_event_serial (Display *display);
void meta_invalidate_default_icons (void); void meta_invalidate_default_icons (void);
void meta_core_add_old_event_mask (Display *xdisplay, void meta_core_add_old_event_mask (Display *xdisplay,