From cddc3a0a4314831299cefb5a8c5d51c787645a22 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 27 Dec 2008 09:47:31 +0000 Subject: [PATCH] - Remove useless signals --- src/bittorrent.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bittorrent.h b/src/bittorrent.h index 9e76e0592..b37aa54c1 100644 --- a/src/bittorrent.h +++ b/src/bittorrent.h @@ -161,8 +161,6 @@ class bittorrent : public QObject { signals: void addedTorrent(QTorrentHandle& h); void deletedTorrent(QString hash); - void pausedTorrent(QString hash); - void resumedTorrent(QString hash); void finishedTorrent(QTorrentHandle& h); void fullDiskError(QTorrentHandle& h); void trackerError(QString hash, QString time, QString msg);