diff options
Diffstat (limited to 'net-p2p/qtella/files/patch-include__BitTorrent.h')
-rw-r--r-- | net-p2p/qtella/files/patch-include__BitTorrent.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/qtella/files/patch-include__BitTorrent.h b/net-p2p/qtella/files/patch-include__BitTorrent.h deleted file mode 100644 index 2e9f10ccab30..000000000000 --- a/net-p2p/qtella/files/patch-include__BitTorrent.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/BitTorrent.h.orig Tue May 29 17:19:03 2007 -+++ include/BitTorrent.h Tue May 29 17:19:18 2007 -@@ -67,7 +67,7 @@ - public: - ~BitTorrent(); - static BitTorrent* decode( const char* buf, int len ); -- static BitTorrent* BitTorrent::bt_decode_file( const char* filename ); -+ static BitTorrent* bt_decode_file( const char* filename ); - void setAnnounce( const std::string& announce ); - const std::string& getAnnounce() const; - void setSingleFile( bool s ); |