mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
core/core: Remove unused function
https://gitlab.gnome.org/GNOME/mutter/merge_requests/854
This commit is contained in:
parent
0d0286d59e
commit
877ecc1bb4
@ -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)
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user