summaryrefslogtreecommitdiff
path: root/mate-dictionary/src/gdict-common.h
diff options
context:
space:
mode:
authorBrent Hull <[email protected]>2013-01-25 02:39:32 -0500
committerBrent Hull <[email protected]>2013-01-25 02:39:32 -0500
commit1acc3477eeb71505d68b66ac7aa4a796f86fe69c (patch)
treec4c7950e24d8393980b41c6bd649c450e628a6f2 /mate-dictionary/src/gdict-common.h
parent3f783bbd74e1f94e97f91829480b32b05b6480c8 (diff)
downloadmate-utils-1acc3477eeb71505d68b66ac7aa4a796f86fe69c.tar.bz2
mate-utils-1acc3477eeb71505d68b66ac7aa4a796f86fe69c.tar.xz
Port mate-dictionary (and applet) to Gsettings (main program based on GNOME patch)
Diffstat (limited to 'mate-dictionary/src/gdict-common.h')
-rw-r--r--mate-dictionary/src/gdict-common.h6
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__ */