summaryrefslogtreecommitdiff
path: root/src/eom-properties-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eom-properties-dialog.c')
-rw-r--r--src/eom-properties-dialog.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/eom-properties-dialog.c b/src/eom-properties-dialog.c
index 5b2446f..991b608 100644
--- a/src/eom-properties-dialog.c
+++ b/src/eom-properties-dialog.c
@@ -789,13 +789,6 @@ eom_properties_dialog_init (EomPropertiesDialog *prop_dlg)
gtk_notebook_remove_page (GTK_NOTEBOOK (priv->notebook),
EOM_PROPERTIES_DIALOG_PAGE_EXIF);
#endif
-
- /* Add tab scrolling support for GTK3 */
- gtk_widget_add_events (priv->notebook, GDK_SCROLL_MASK);
- g_signal_connect (priv->notebook,
- "scroll-event",
- G_CALLBACK (eom_util_dialog_page_scroll_event_cb),
- NULL);
}
/**