aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-04-07 18:38:47 +0800
committerChristian Persch <chpe@src.gnome.org>2004-04-07 18:38:47 +0800
commit19faef2caf08e026266c360fb721ec99bea68e50 (patch)
tree0e65fdece62ba7b88563dd95c5f1cc5d11a37e53 /lib
parent53003112015e30faf597ca7bc8962ce2de3874ca (diff)
downloadgsoc2013-epiphany-19faef2caf08e026266c360fb721ec99bea68e50.tar
gsoc2013-epiphany-19faef2caf08e026266c360fb721ec99bea68e50.tar.gz
gsoc2013-epiphany-19faef2caf08e026266c360fb721ec99bea68e50.tar.bz2
gsoc2013-epiphany-19faef2caf08e026266c360fb721ec99bea68e50.tar.lz
gsoc2013-epiphany-19faef2caf08e026266c360fb721ec99bea68e50.tar.xz
gsoc2013-epiphany-19faef2caf08e026266c360fb721ec99bea68e50.tar.zst
gsoc2013-epiphany-19faef2caf08e026266c360fb721ec99bea68e50.zip
Remove unused variable.
2004-04-07 Christian Persch <chpe@cvs.gnome.org> * lib/eel-gconf-extensions.c: (eel_gconf_handle_error): Remove unused variable.
Diffstat (limited to 'lib')
-rw-r--r--lib/eel-gconf-extensions.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/eel-gconf-extensions.c b/lib/eel-gconf-extensions.c
index 5b4d3b89a..b3dc0ac63 100644
--- a/lib/eel-gconf-extensions.c
+++ b/lib/eel-gconf-extensions.c
@@ -75,8 +75,6 @@ eel_gconf_client_get_global (void)
gboolean
eel_gconf_handle_error (GError **error)
{
- char *message;
-
g_return_val_if_fail (error != NULL, FALSE);
if (*error != NULL) {