summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-07-22 18:48:12 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-08-20 11:01:38 +0300
commit15b2eb2904156d82facc3e33cf00d175164bc112 (patch)
tree9f613ebfae1f48df5770e4eb9ba8cd3ec87c168a /net-p2p
parentmedia-video/ffmpeg: remove unused patches (diff)
downloadgentoo-15b2eb2904156d82facc3e33cf00d175164bc112.tar.gz
gentoo-15b2eb2904156d82facc3e33cf00d175164bc112.tar.bz2
gentoo-15b2eb2904156d82facc3e33cf00d175164bc112.zip
net-p2p/biglybt: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/biglybt/files/biglybt-3.2.0.0-disable-DorkBoxUpdaterPlugin.patch10
1 files changed, 0 insertions, 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);
- }
- }
- });