diff options
Diffstat (limited to 'mate-dictionary/src/gdict-aligned-window.c')
-rw-r--r-- | mate-dictionary/src/gdict-aligned-window.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mate-dictionary/src/gdict-aligned-window.c b/mate-dictionary/src/gdict-aligned-window.c index c20c7dbe..ed2a08fe 100644 --- a/mate-dictionary/src/gdict-aligned-window.c +++ b/mate-dictionary/src/gdict-aligned-window.c @@ -64,11 +64,8 @@ static gboolean gdict_aligned_window_motion_notify_cb (GtkWidget *widget, GdkEventMotion *event, GdictAlignedWindow *aligned_window); - G_DEFINE_TYPE_WITH_PRIVATE (GdictAlignedWindow, gdict_aligned_window, GTK_TYPE_WINDOW); - - static void gdict_aligned_window_class_init (GdictAlignedWindowClass *klass) { @@ -257,7 +254,6 @@ gdict_aligned_window_motion_notify_cb (GtkWidget *widget, return FALSE; } - /** * gdict_aligned_window_new: * @align_widget: a #GtkWidget to which the window should align |