aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-config-listener.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-config-listener.c')
-rw-r--r--e-util/e-config-listener.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-config-listener.c b/e-util/e-config-listener.c
index 56be81371f..cf8c1f69cf 100644
--- a/e-util/e-config-listener.c
+++ b/e-util/e-config-listener.c
@@ -296,7 +296,6 @@ e_config_listener_get_float_with_default (EConfigListener *cl,
GConfValue *conf_value;
float value;
KeyData *kd;
- gboolean d;
gpointer orig_key, orig_value;
g_return_val_if_fail (E_IS_CONFIG_LISTENER (cl), -1);
@@ -344,7 +343,6 @@ e_config_listener_get_long_with_default (EConfigListener *cl,
GConfValue *conf_value;
long value;
KeyData *kd;
- gboolean d;
gpointer orig_key, orig_value;
g_return_val_if_fail (E_IS_CONFIG_LISTENER (cl), -1);
@@ -392,7 +390,6 @@ e_config_listener_get_string_with_default (EConfigListener *cl,
GConfValue *conf_value;
const char *str;
KeyData *kd;
- gboolean d;
gpointer orig_key, orig_value;
g_return_val_if_fail (E_IS_CONFIG_LISTENER (cl), NULL);