diff options
Diffstat (limited to 'net-p2p/vuze/files/patches-4.1.0.0/remove-osx-platform.diff')
-rw-r--r-- | net-p2p/vuze/files/patches-4.1.0.0/remove-osx-platform.diff | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-p2p/vuze/files/patches-4.1.0.0/remove-osx-platform.diff b/net-p2p/vuze/files/patches-4.1.0.0/remove-osx-platform.diff deleted file mode 100644 index 9821573e4e55..000000000000 --- a/net-p2p/vuze/files/patches-4.1.0.0/remove-osx-platform.diff +++ /dev/null @@ -1,24 +0,0 @@ ---- org/gudy/azureus2/platform/PlatformManagerFactory.java.orig 2008-07-06 22:58:18.000000000 +0200 -+++ org/gudy/azureus2/platform/PlatformManagerFactory.java 2008-07-06 22:59:21.000000000 +0200 -@@ -50,10 +50,6 @@ - - platform_manager = org.gudy.azureus2.platform.win32.PlatformManagerImpl.getSingleton(); - -- }else if( getPlatformType() == PlatformManager.PT_MACOSX ){ -- -- platform_manager = org.gudy.azureus2.platform.macosx.PlatformManagerImpl.getSingleton(); -- - }else if( getPlatformType() == PlatformManager.PT_UNIX ){ - - platform_manager = org.gudy.azureus2.platform.unix.PlatformManagerImpl.getSingleton(); -@@ -89,10 +85,6 @@ - - return (PlatformManager.PT_WINDOWS ); - -- } else if (Constants.isOSX) { -- -- return (PlatformManager.PT_MACOSX ); -- - } else if (Constants.isUnix) { - - return (PlatformManager.PT_UNIX ); |