diff options
author | raveit65 <[email protected]> | 2020-07-13 10:25:35 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-07-13 10:26:39 +0200 |
commit | 4b2acec0f78ca3402185e29aff0873c21f4b735e (patch) | |
tree | 78d6407e0e3f95d00b5e1c972d0485a7b0739bdd /src/eom-util.h | |
parent | 9cb538c6c309b1dbf7fa2356b39db7669982ec37 (diff) | |
download | eom-4b2acec0f78ca3402185e29aff0873c21f4b735e.tar.bz2 eom-4b2acec0f78ca3402185e29aff0873c21f4b735e.tar.xz |
Revert "Add tab scrolling support for GTK3"
This reverts commit e6215d267425ec0db970aecf420077babfcc035d.
Diffstat (limited to 'src/eom-util.h')
-rw-r--r-- | src/eom-util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/eom-util.h b/src/eom-util.h index a2b0ae8..528ec4e 100644 --- a/src/eom-util.h +++ b/src/eom-util.h @@ -65,9 +65,6 @@ G_GNUC_INTERNAL void eom_util_show_file_in_filemanager (GFile *file, GtkWindow *toplevel); -gboolean eom_util_dialog_page_scroll_event_cb (GtkWidget *notebook, - GdkEventScroll *event); - G_END_DECLS #endif /* __EOM_UTIL_H__ */ |