[epiphany/wip/exalm/gtk4: 1/3] Drop EphyDownloadsProgressIcon
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/gtk4: 1/3] Drop EphyDownloadsProgressIcon
- Date: Tue, 22 Feb 2022 12:46:51 +0000 (UTC)
commit 940d447bbca7a2567197920e89dcbdcc678758fe
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Feb 22 13:03:32 2022 +0500
Drop EphyDownloadsProgressIcon
It's unused.
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]