mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
Remove unused function
This commit is contained in:
@@ -32,12 +32,6 @@
|
|||||||
|
|
||||||
namespace
|
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)
|
bool isAutoManaged(const lt::torrent_status &torrentStatus)
|
||||||
{
|
{
|
||||||
return static_cast<bool>(torrentStatus.flags & lt::torrent_flags::auto_managed);
|
return static_cast<bool>(torrentStatus.flags & lt::torrent_flags::auto_managed);
|
||||||
|
|||||||
Reference in New Issue
Block a user