summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-01-24 15:42:18 +0000
committerRoss Burton <ross@openedhand.com>2008-01-24 15:42:18 +0000
commit9cf26bdf1b0cb0a83f6e6fee921bba5294903b1b (patch)
tree68317a9466e5e51356ef5cc1ed6b7fd2634c2d48 /meta/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch
parent1e5d0256858356ee88f5d28552ebcdb70509d031 (diff)
downloadpoky-9cf26bdf1b0cb0a83f6e6fee921bba5294903b1b.tar.gz
Remove unused patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3583 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch')
-rw-r--r--meta/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch b/meta/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch
deleted file mode 100644
index c195aad639..0000000000
--- a/meta/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
1--- trunk/backends/xml-backend.c~ 2006-01-18 09:57:39.000000000 -0800
2+++ trunk/backends/xml-backend.c 2006-01-19 11:38:37.000000000 -0800
3@@ -115,6 +115,13 @@
4
5 typedef struct _XMLSource XMLSource;
6
7+extern GConfLock*
8+gconf_get_lock (const gchar *lock_directory,
9+ GError **err);
10+extern gboolean
11+gconf_release_lock (GConfLock *lock,
12+ GError **err);
13+
14 /* XMLSource **/
15
16 struct _XMLSource {