[epiphany/wip/exalm/more-cleanups: 1/4] Drop EphyDownloadsProgressIcon
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/more-cleanups: 1/4] Drop EphyDownloadsProgressIcon
- Date: Wed, 23 Feb 2022 07:29:14 +0000 (UTC)
commit c18434b0c3d5c34c909a9c3d7910d8851a440756
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Feb 22 13:03:32 2022 +0500
Drop EphyDownloadsProgressIcon
It's unused.
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1075>
lib/widgets/ephy-downloads-progress-icon.c | 93 ------------------------------
lib/widgets/ephy-downloads-progress-icon.h | 35 -----------
lib/widgets/meson.build | 1 -
src/ephy-action-bar-end.c | 4 --
4 files changed, 133 deletions(-)
---
diff --git a/lib/widgets/meson.build b/lib/widgets/meson.build
index 453bc2d7f..1e8b47e5b 100644
--- a/lib/widgets/meson.build
+++ b/lib/widgets/meson.build
@@ -10,7 +10,6 @@ libephywidgets_sources = [
'contrib/nautilus-floating-bar.c',
'ephy-certificate-dialog.c',
'ephy-downloads-popover.c',
- 'ephy-downloads-progress-icon.c',
'ephy-download-widget.c',
'ephy-file-chooser.c',
'ephy-location-entry.c',
diff --git a/src/ephy-action-bar-end.c b/src/ephy-action-bar-end.c
index 04ae42090..5af19cf7b 100644
--- a/src/ephy-action-bar-end.c
+++ b/src/ephy-action-bar-end.c
@@ -23,7 +23,6 @@
#include "ephy-add-bookmark-popover.h"
#include "ephy-desktop-utils.h"
#include "ephy-downloads-popover.h"
-#include "ephy-downloads-progress-icon.h"
#include "ephy-location-entry.h"
#include "ephy-shell.h"
#include "ephy-window.h"
@@ -265,9 +264,6 @@ ephy_action_bar_end_init (EphyActionBarEnd *action_bar_end)
EphyDownloadsManager *downloads_manager;
GtkWidget *popover;
- /* Ensure the types used by the template have been initialized. */
- EPHY_TYPE_DOWNLOADS_PROGRESS_ICON;
-
gtk_widget_init_template (GTK_WIDGET (action_bar_end));
/* Downloads */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]