mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:45:34 +00:00
[Browser] Remove unused variables
This commit is contained in:
parent
ed75563a94
commit
3839a2dcfd
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@ bool MySortFilterProxyModel::lessThan(const QModelIndex &source_left, const QMod
|
|||
if(sortColumn() == ServerData::PING)
|
||||
{
|
||||
bool valid;
|
||||
QModelIndex cLeft = source_left;
|
||||
QModelIndex cRight = source_right;
|
||||
|
||||
int pingright = sourceModel()->data(source_right).toInt(&valid);
|
||||
pingright = valid ? pingright : PING_UNREACHABLE;
|
||||
|
|
Loading…
Reference in a new issue