mu: require glib >= 2.38; remove g_type_init calls

Minor cleanup.
This commit is contained in:
Dirk-Jan C. Binnema
2019-07-08 21:45:50 +03:00
parent 629badbd8f
commit 5440747ba4
4 changed files with 9 additions and 18 deletions

View File

@ -82,10 +82,6 @@ mu_runtime_init (const char* muhome_arg, const char *name)
setlocale (LC_ALL, "");
#ifndef GLIB_VERSION_2_36
g_type_init ();
#endif /*GLIB_VERSION_2_36*/
if (muhome_arg)
muhome = g_strdup (muhome_arg);
else