core/core: Remove unused function

https://gitlab.gnome.org/GNOME/mutter/merge_requests/854
This commit is contained in:
Jonas Ådahl 2019-08-29 20:42:49 +03:00 committed by Florian Müllner
parent 0d0286d59e
commit 877ecc1bb4
2 changed files with 0 additions and 7 deletions

View File

@ -277,12 +277,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_invalidate_default_icons (void)
{
/* XXX: Actually invalidate the icons when they're used. */
}
void void
meta_retheme_all (void) meta_retheme_all (void)
{ {

View File

@ -77,7 +77,6 @@ void meta_core_set_screen_cursor (Display *xdisplay,
Window frame_on_screen, Window frame_on_screen,
MetaCursor cursor); MetaCursor cursor);
void meta_invalidate_default_icons (void);
void meta_retheme_all (void); void meta_retheme_all (void);
#endif #endif