diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-01-21 11:04:47 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-01-21 11:04:47 -0500 |
commit | 786a0d75f2eba87b551858b313c94146f6ea8d13 (patch) | |
tree | ea0ecb9c6e5502f6ccc43864afc77f2ebb32caf3 /tools/testapp | |
parent | 7ed59b018db3d7074b722faf916dfdb87c625eec (diff) | |
download | libdbusmenu-786a0d75f2eba87b551858b313c94146f6ea8d13.tar.gz libdbusmenu-786a0d75f2eba87b551858b313c94146f6ea8d13.tar.bz2 libdbusmenu-786a0d75f2eba87b551858b313c94146f6ea8d13.zip |
Clear up the uses of g_type_init().
Diffstat (limited to 'tools/testapp')
-rw-r--r-- | tools/testapp/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |