summaryrefslogtreecommitdiff
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)
downloadopenembedded-core-9cf26bdf1b0cb0a83f6e6fee921bba5294903b1b.tar.gz
openembedded-core-9cf26bdf1b0cb0a83f6e6fee921bba5294903b1b.tar.bz2
openembedded-core-9cf26bdf1b0cb0a83f6e6fee921bba5294903b1b.zip
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 @@
---- trunk/backends/xml-backend.c~ 2006-01-18 09:57:39.000000000 -0800
-+++ trunk/backends/xml-backend.c 2006-01-19 11:38:37.000000000 -0800
-@@ -115,6 +115,13 @@
-
- typedef struct _XMLSource XMLSource;
-
-+extern GConfLock*
-+gconf_get_lock (const gchar *lock_directory,
-+ GError **err);
-+extern gboolean
-+gconf_release_lock (GConfLock *lock,
-+ GError **err);
-+
- /* XMLSource **/
-
- struct _XMLSource {