mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-21 12:18:13 +02:00
Remove excess logic.
This commit is contained in:
@@ -181,7 +181,5 @@ void BanTableModel::sort(int column, Qt::SortOrder order)
|
||||
|
||||
bool BanTableModel::shouldShow()
|
||||
{
|
||||
if (priv->size() > 0)
|
||||
return true;
|
||||
return false;
|
||||
return priv->size() > 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user