Skip to content
Snippets Groups Projects
Commit 25647376 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

gnome: remove deprecated g_type_init() call

parent 91cee271
No related branches found
No related tags found
No related merge requests found
...@@ -83,9 +83,6 @@ main(int argc, char *argv[]) ...@@ -83,9 +83,6 @@ main(int argc, char *argv[])
signal(SIGHUP, signal_handler); signal(SIGHUP, signal_handler);
signal(SIGTERM, signal_handler); signal(SIGTERM, signal_handler);
/* Must be called prior to any GLib calls (i.e. in update_schema_dir) */
g_type_init();
/* Tell glib to look for our schema in gnome/data in case SFLphone is not /* Tell glib to look for our schema in gnome/data in case SFLphone is not
* installed. We have to do this early for it to work properly for older * installed. We have to do this early for it to work properly for older
* versions of GLib. */ * versions of GLib. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment