commit: 15b2eb2904156d82facc3e33cf00d175164bc112 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Jul 22 16:48:12 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Aug 20 08:01:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b2eb29
net-p2p/biglybt: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> .../files/biglybt-3.2.0.0-disable-DorkBoxUpdaterPlugin.patch | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/net-p2p/biglybt/files/biglybt-3.2.0.0-disable-DorkBoxUpdaterPlugin.patch b/net-p2p/biglybt/files/biglybt-3.2.0.0-disable-DorkBoxUpdaterPlugin.patch deleted file mode 100644 index a1db6dce78ed..000000000000 --- a/net-p2p/biglybt/files/biglybt-3.2.0.0-disable-DorkBoxUpdaterPlugin.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/uis/src/com/biglybt/ui/swt/systray/SystemTraySWT.java -+++ b/uis/src/com/biglybt/ui/swt/systray/SystemTraySWT.java -@@ -124,7 +124,6 @@ public class SystemTraySWT - SystemTraySWT.core = core; - gm = core.getGlobalManager(); - if (Constants.isUnix) { -- ensureDorkBoxPlugin(core); - } - } - });