summaryrefslogtreecommitdiff
path: root/accessibility/at-spi/files/patch-registryd_registry-main.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-01 20:18:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-01 20:18:02 +0000
commite9a39d4ff06363a6a37b1fdd89b8ca3c1d929f1f (patch)
tree49804f40ad6df7167e363051c12e7fa1c2f525d8 /accessibility/at-spi/files/patch-registryd_registry-main.c
parentCatchup with recent removals (diff)
Really remove at-spi
Diffstat (limited to 'accessibility/at-spi/files/patch-registryd_registry-main.c')
-rw-r--r--accessibility/at-spi/files/patch-registryd_registry-main.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/accessibility/at-spi/files/patch-registryd_registry-main.c b/accessibility/at-spi/files/patch-registryd_registry-main.c
deleted file mode 100644
index f54fa90b6b43..000000000000
--- a/accessibility/at-spi/files/patch-registryd_registry-main.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- registryd/registry-main.c.orig 2010-09-09 02:51:14 UTC
-+++ registryd/registry-main.c
-@@ -198,6 +198,7 @@ main (int argc, char **argv)
- * has been set. If we have not been relocated, we will exit if the
- * at-spi-dbus key has been set.
- */
-+ g_type_init ();
- gconf_client = gconf_client_get_default ();
- #ifdef RELOCATE
- need_to_quit = !gconf_client_get_bool (gconf_client, CORBA_GCONF_KEY, NULL);