From ebae269c7e5eb6a1d57a22ab690bccb87fd494b4 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 6 Feb 2020 18:11:02 +0100 Subject: mate-dictionary: warnings variable defined but not used --- mate-dictionary/src/gdict-applet.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'mate-dictionary/src') 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, -- cgit v1.2.1