diff options
Diffstat (limited to 'mate-dictionary/src')
-rw-r--r-- | mate-dictionary/src/gdict-applet.c | 10 |
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, |