clutter: Drop unused private functions/defines
The commit also stops defining certain functions in a private header when they are only used in the same file. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3437>
This commit is contained in:

committed by
Marge Bot

parent
4b7a29377b
commit
893e6e49b1
@ -676,17 +676,6 @@ clutter_settings_set_property (GObject *gobject,
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
clutter_settings_set_property_internal (ClutterSettings *self,
|
||||
const char *property,
|
||||
GValue *value)
|
||||
{
|
||||
|
||||
property = g_intern_string (property);
|
||||
|
||||
g_object_set_property (G_OBJECT (self), property, value);
|
||||
}
|
||||
|
||||
static void
|
||||
clutter_settings_get_property (GObject *gobject,
|
||||
guint prop_id,
|
||||
|
Reference in New Issue
Block a user