commit:     ea9728f02242409aa4e02c26a51930aca60c84ab
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jan  6 09:32:09 2024 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 15:41:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9728f0

media-radio/xdx: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34669
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/xdx/files/xdx-2.5.0-fno-common.patch | 25 ------------------------
 1 file changed, 25 deletions(-)

diff --git a/media-radio/xdx/files/xdx-2.5.0-fno-common.patch 
b/media-radio/xdx/files/xdx-2.5.0-fno-common.patch
deleted file mode 100644
index a707d09b0a78..000000000000
--- a/media-radio/xdx/files/xdx-2.5.0-fno-common.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/src/gui.c b/src/gui.c
-index a3af442..5298c11 100644
---- a/src/gui.c
-+++ b/src/gui.c
-@@ -76,6 +76,7 @@ extern preferencestype preferences;
- static void on_highcheck_toggled(GtkToggleButton *togglebutton, gpointer 
user_data);
- static void on_soundcheck_toggled(GtkToggleButton *togglebutton, gpointer 
user_data);
- 
-+guitype *gui;
- 
- /**********************************MAIN 
WINDOW********************************/
- guitype *
-diff --git a/src/gui.h b/src/gui.h
-index 77b442f..6ba406f 100644
---- a/src/gui.h
-+++ b/src/gui.h
-@@ -53,7 +53,7 @@ typedef struct guitype {
-     gchar           *high8tagname;
- } guitype;
- 
--guitype *gui;
-+extern guitype *gui;
- 
- guitype *new_gui(void);
- void create_mainwindow(void);

Reply via email to