mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Remove unused variable
This commit is contained in:
@@ -240,7 +240,7 @@ void StatusFilterWidget::updateTorrentStatus(const BitTorrent::Torrent *torrent)
|
||||
{
|
||||
TorrentFilterBitset &torrentStatus = m_torrentsStatus[torrent];
|
||||
|
||||
const auto update = [this, &torrentStatus](const TorrentFilter::Type status, const bool needStatus, int &counter)
|
||||
const auto update = [&torrentStatus](const TorrentFilter::Type status, const bool needStatus, int &counter)
|
||||
{
|
||||
const bool hasStatus = torrentStatus[status];
|
||||
if (needStatus && !hasStatus)
|
||||
|
||||
Reference in New Issue
Block a user