diff --git a/src/base/bittorrent/nativetorrentextension.cpp b/src/base/bittorrent/nativetorrentextension.cpp index 6b0f8d54c..9fb491766 100644 --- a/src/base/bittorrent/nativetorrentextension.cpp +++ b/src/base/bittorrent/nativetorrentextension.cpp @@ -32,12 +32,6 @@ namespace { - bool isPaused(const lt::torrent_status &torrentStatus) - { - return ((torrentStatus.flags & lt::torrent_flags::paused) - && !(torrentStatus.flags & lt::torrent_flags::auto_managed)); - } - bool isAutoManaged(const lt::torrent_status &torrentStatus) { return static_cast(torrentStatus.flags & lt::torrent_flags::auto_managed);