Files
pkgsrc-ng/devel/libdbusmenu-tools/patches/patch-tools_testapp_main.c
2016-11-18 22:39:22 +01:00

16 lines
368 B
C

$NetBSD: patch-tools_testapp_main.c,v 1.1 2016/05/20 22:07:41 youri Exp $
Remove deprecated function.
--- tools/testapp/main.c.orig 2012-10-03 15:54:22.000000000 +0000
+++ tools/testapp/main.c
@@ -135,8 +135,6 @@ name_lost (GDBusConnection * connection,
int main (int argc, char ** argv)
{
- g_type_init();
-
if (argc != 2) {
g_warning(USAGE);
return 1;