- Removed code that is no longer needed

This commit is contained in:
Christophe Dumez
2008-12-27 09:40:21 +00:00
parent 1225d16413
commit c38a8a2bec
4 changed files with 11 additions and 69 deletions

View File

@@ -76,7 +76,6 @@ class bittorrent : public QObject {
~bittorrent();
QTorrentHandle getTorrentHandle(QString hash) const;
std::vector<torrent_handle> getTorrents() const;
bool isPaused(QString hash) const;
bool isFilePreviewPossible(QString fileHash) const;
bool isDHTEnabled() const;
float getPayloadDownloadRate() const;
@@ -107,8 +106,6 @@ class bittorrent : public QObject {
void downloadFromUrl(QString url);
void downloadFromURLList(const QStringList& url_list);
void deleteTorrent(QString hash, bool permanent = false);
bool pauseTorrent(QString hash);
bool resumeTorrent(QString hash);
void pauseAllTorrents();
void resumeAllTorrents();
void saveDHTEntry();