diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dbusmenu-dumper.c | 3 | ||||
-rw-r--r-- | tools/testapp/main.c | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/tools/dbusmenu-dumper.c b/tools/dbusmenu-dumper.c index 6dcdb2f..d8512f2 100644 --- a/tools/dbusmenu-dumper.c +++ b/tools/dbusmenu-dumper.c @@ -112,7 +112,7 @@ decrement_count (void) } /* Checks whether we need to watch a menu item, and recurses down to - it's children as well */ + its children as well */ static void check_realizations (DbusmenuMenuitem * item) { @@ -388,7 +388,6 @@ static GOptionEntry general_options[] = { int main (int argc, char ** argv) { - g_type_init(); GError * error = NULL; GOptionContext * context; diff --git a/tools/testapp/main.c b/tools/testapp/main.c index 67e962d..1fbcf4b 100644 --- a/tools/testapp/main.c +++ b/tools/testapp/main.c @@ -135,8 +135,6 @@ name_lost (GDBusConnection * connection, const gchar * name, gpointer user_data) int main (int argc, char ** argv) { - g_type_init(); - if (argc != 2) { g_warning(USAGE); return 1; |