drop the now-trivial g_settings_schema_new

Combine it into g_settings_constructed()
This commit is contained in:
Ryan Lortie
2011-11-15 08:03:38 +00:00
parent d5fb032f72
commit 3bcf1137f4
3 changed files with 11 additions and 22 deletions

View File

@@ -41,8 +41,6 @@ typedef struct
GVariant *default_value;
} GSettingsSchemaKey;
G_GNUC_INTERNAL
GSettingsSchema * g_settings_schema_new (const gchar *name);
G_GNUC_INTERNAL
const gchar * g_settings_schema_get_gettext_domain (GSettingsSchema *schema);
G_GNUC_INTERNAL