summaryrefslogtreecommitdiff
path: root/mate-dictionary/src
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-02-06 18:11:02 +0100
committerZenWalker <[email protected]>2020-03-05 11:31:13 +0100
commitebae269c7e5eb6a1d57a22ab690bccb87fd494b4 (patch)
tree8ed0ee61aaf788fc0780333bd68eb4039625b73f /mate-dictionary/src
parent6bed2a7326da1b12044a580a5b95f32731bbe8e5 (diff)
downloadmate-utils-ebae269c7e5eb6a1d57a22ab690bccb87fd494b4.tar.bz2
mate-utils-ebae269c7e5eb6a1d57a22ab690bccb87fd494b4.tar.xz
mate-dictionary: warnings variable defined but not used
Diffstat (limited to 'mate-dictionary/src')
-rw-r--r--mate-dictionary/src/gdict-applet.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/mate-dictionary/src/gdict-applet.c b/mate-dictionary/src/gdict-applet.c
index 4b2c87e2..3c2de604 100644
--- a/mate-dictionary/src/gdict-applet.c
+++ b/mate-dictionary/src/gdict-applet.c
@@ -96,16 +96,6 @@ struct _GdictAppletPrivate
G_DEFINE_TYPE_WITH_PRIVATE (GdictApplet, gdict_applet, PANEL_TYPE_APPLET);
-static const GtkTargetEntry drop_types[] =
-{
- { "text/plain", 0, 0 },
- { "TEXT", 0, 0 },
- { "STRING", 0, 0 },
- { "UTF8_STRING", 0, 0 },
-};
-static const guint n_drop_types = G_N_ELEMENTS (drop_types);
-
-
static void
set_atk_name_description (GtkWidget *widget,
const char *name,