Remove old, deprecated utilities that nobody has used in a million years

https://bugzilla.gnome.org/show_bug.cgi?id=704437
This commit is contained in:
Jasper St. Pierre
2013-07-17 23:15:02 -04:00
parent e633606ca9
commit 8c1c77482d
30 changed files with 10 additions and 5172 deletions

View File

@ -769,10 +769,9 @@ meta_ui_theme_get_frame_borders (MetaUI *ui,
}
void
meta_ui_set_current_theme (const char *name,
gboolean force_reload)
meta_ui_set_current_theme (const char *name)
{
meta_theme_set_current (name, force_reload);
meta_theme_set_current (name);
meta_invalidate_default_icons ();
}