diff options
Diffstat (limited to 'mate-dictionary/src/gdict-common.h')
-rw-r--r-- | mate-dictionary/src/gdict-common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mate-dictionary/src/gdict-common.h b/mate-dictionary/src/gdict-common.h index ded4c51b..800fc9d6 100644 --- a/mate-dictionary/src/gdict-common.h +++ b/mate-dictionary/src/gdict-common.h @@ -24,7 +24,6 @@ #define __GDICT_COMMON_H__ #include <gtk/gtk.h> -#include <mateconf/mateconf-client.h> G_BEGIN_DECLS @@ -38,11 +37,6 @@ void gdict_show_gerror_dialog (GtkWindow *parent, const gchar *message, GError *error); -gchar * gdict_mateconf_get_string_with_default (MateConfClient *client, - const gchar *key, - const gchar *def); - - G_END_DECLS #endif /* __GDICT_COMMON_H__ */ |