summaryrefslogtreecommitdiff
path: root/shell/ev-window.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-12 01:54:10 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-04-14 10:12:59 +0200
commitd88ad14b2f6a43f2821299c32f4710d33386a73c (patch)
treec76910b942e59976a7046c96eada55d2717c063b /shell/ev-window.c
parent342c18733f625e349846fb416c42b5cc714094b4 (diff)
downloadatril-d88ad14b2f6a43f2821299c32f4710d33386a73c.tar.bz2
atril-d88ad14b2f6a43f2821299c32f4710d33386a73c.tar.xz
ev-window/epub-document: remove unused functions
Fixes the build warnings: ev-window.c:6379:1: warning: function 'menubar_deactivate_cb' is not needed and will not be emitted [-Wunneeded-internal-declaration] menubar_deactivate_cb (GtkWidget *menubar, ^ epub-document.c:946:1: warning: function 'check_add_page_numbers' is not needed and will not be emitted [-Wunneeded-internal-declaration] check_add_page_numbers(linknode *listdata, contentListNode *comparenode) ^
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 70dce57f..25e12274 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -6375,20 +6375,6 @@ ev_window_dispose (GObject *object)
G_OBJECT_CLASS (ev_window_parent_class)->dispose (object);
}
-static void
-menubar_deactivate_cb (GtkWidget *menubar,
- EvWindow *window)
-{
- g_signal_handlers_disconnect_by_func (menubar,
- G_CALLBACK (menubar_deactivate_cb),
- window);
-
- gtk_menu_shell_deselect (GTK_MENU_SHELL (menubar));
-
- update_chrome_visibility (window);
-}
-
-
/*
* GtkWindow catches keybindings for the menu items _before_ passing them to
* the focused widget. This is unfortunate and means that pressing Ctrl+a,