diff options
Diffstat (limited to 'mate-dictionary/src/gdict-window.c')
-rw-r--r-- | mate-dictionary/src/gdict-window.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mate-dictionary/src/gdict-window.c b/mate-dictionary/src/gdict-window.c index 067a2534..1a37e42d 100644 --- a/mate-dictionary/src/gdict-window.c +++ b/mate-dictionary/src/gdict-window.c @@ -96,11 +96,8 @@ static const GtkTargetEntry drop_types[] = }; static const guint n_drop_types = G_N_ELEMENTS (drop_types); - - G_DEFINE_TYPE (GdictWindow, gdict_window, GTK_TYPE_WINDOW); - static void gdict_window_finalize (GObject *gobject) { |