summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2011-06-15 17:59:16 +0100
committerRoss Burton <ross@linux.intel.com>2011-06-28 15:25:45 +0100
commit94787614d435ad59ffd3039b53691ca2ebf62f5e (patch)
tree5b43cbcf836f04a40f3cfd45e4a16fc4cce1c319
parentd67569a566412f4b87aab75bd43597125fae4018 (diff)
downloadgconf-94787614d435ad59ffd3039b53691ca2ebf62f5e.tar.gz
gconf-internals: Remove functions from header that are not defined
-rw-r--r--gconf/gconf-internals.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gconf/gconf-internals.h b/gconf/gconf-internals.h
index d3a6dd46..ccb4ca5a 100644
--- a/gconf/gconf-internals.h
+++ b/gconf/gconf-internals.h
@@ -220,10 +220,6 @@ gboolean gconf_release_lock (GConfLock *lock,
GConfLock* gconf_get_lock_or_current_holder (const gchar *lock_directory,
ConfigServer *current_server,
GError **err);
-ConfigServer gconf_get_current_lock_holder (const gchar *lock_directory,
- GString *failure_log);
-
-void gconf_daemon_blow_away_locks (void);
GError* gconf_error_new (GConfError en,
const gchar* format, ...) G_GNUC_PRINTF (2, 3);