mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-13 22:24:05 +01: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