summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
- }
- }
- });