[evince] Remove shell/ev-bookmark-action.*
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] Remove shell/ev-bookmark-action.*
- Date: Fri, 14 Feb 2020 03:39:14 +0000 (UTC)
commit 9c68300f95800a405c5f47b4e5dca7a0eaeec237
Author: Jason Crain <jason inspiresomeone us>
Date: Tue Feb 11 11:58:16 2020 -0700
Remove shell/ev-bookmark-action.*
This hasn't been used since converting some components to GMenuModel in
commit 8bb5fce0. Removing these files removes a use of the deprecated
GtkAction object.
Issue #1023
shell/Makefile.am | 2 -
shell/ev-bookmark-action.c | 106 ---------------------------------------------
shell/ev-bookmark-action.h | 45 -------------------
shell/ev-window.c | 1 -
shell/meson.build | 1 -
5 files changed, 155 deletions(-)
---
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 092f7780..422e4f3e 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -13,8 +13,6 @@ evince_SOURCES= \
ev-annotations-toolbar.c \
ev-bookmarks.h \
ev-bookmarks.c \
- ev-bookmark-action.h \
- ev-bookmark-action.c \
ev-application.c \
ev-application.h \
ev-file-monitor.h \
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 61ff84dd..8e9a86fd 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -83,7 +83,6 @@
#include "ev-print-operation.h"
#include "ev-progress-message-area.h"
#include "ev-annotation-properties-dialog.h"
-#include "ev-bookmark-action.h"
#include "ev-zoom-action.h"
#include "ev-toolbar.h"
#include "ev-bookmarks.h"
diff --git a/shell/meson.build b/shell/meson.build
index 7884f67c..cc1db2ac 100644
--- a/shell/meson.build
+++ b/shell/meson.build
@@ -4,7 +4,6 @@ sources = files(
'ev-annotation-properties-dialog.c',
'ev-annotations-toolbar.c',
'ev-application.c',
- 'ev-bookmark-action.c',
'ev-bookmarks.c',
'ev-file-monitor.c',
'ev-find-sidebar.c',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]