diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-26 01:42:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-26 01:42:03 +0800 |
commit | a6c9a55391c484038a98f0326798949c52621c50 (patch) | |
tree | 75930134509017a72cc9025f48ad81bd6693654d /e-util/gconf-bridge.c | |
parent | 949c01ec2e00fd178c5ee0307191fa130ab6aa74 (diff) | |
download | gsoc2013-evolution-a6c9a55391c484038a98f0326798949c52621c50.tar.gz gsoc2013-evolution-a6c9a55391c484038a98f0326798949c52621c50.tar.zst gsoc2013-evolution-a6c9a55391c484038a98f0326798949c52621c50.zip |
Fix compiler warnings in e-util.
Diffstat (limited to 'e-util/gconf-bridge.c')
-rw-r--r-- | e-util/gconf-bridge.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/e-util/gconf-bridge.c b/e-util/gconf-bridge.c index 81fe08ef14..ff880a12bd 100644 --- a/e-util/gconf-bridge.c +++ b/e-util/gconf-bridge.c @@ -107,11 +107,6 @@ typedef union { static void unbind (Binding *binding); -#if !HAVE_DECL_GCONF_VALUE_COMPARE /* Not in headers in GConf < 2.13 */ -int gconf_value_compare (const GConfValue *value_a, - const GConfValue *value_b); -#endif - static GConfBridge *bridge = NULL; /* Global GConfBridge object */ /* Free up all resources allocated by the GConfBridge. Called on exit. */ |