Drop the sync language loading code

All users have been ported to use the async variant.
This commit is contained in:
Matthias Clasen 2011-02-23 23:43:16 -05:00
parent a13cf931a9
commit 3be36e735b
4 changed files with 6 additions and 49 deletions

View file

@ -37,10 +37,8 @@ enum {
gboolean cc_common_language_get_iter_for_language (GtkTreeModel *model,
const gchar *lang,
GtkTreeIter *iter);
void cc_common_language_add_available_languages (GtkListStore *store,
GHashTable *user_langs);
guint cc_common_language_add_available_languages_async (GtkListStore *store,
GHashTable *user_langs);
guint cc_common_language_add_available_languages (GtkListStore *store,
GHashTable *user_langs);
gboolean cc_common_language_has_font (const gchar *locale);
gchar *cc_common_language_get_current_language (void);