mirror of
https://github.com/isledecomp/SIEdit.git
synced 2024-11-27 01:25:45 -05:00
app: remove unnecessary line
This commit is contained in:
parent
01d5395c7c
commit
68926a5afe
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ QVariant ObjectModel::data(const QModelIndex &index, int role) const
|
|||
return QString::number(o->id());
|
||||
}
|
||||
}
|
||||
//return index.row();
|
||||
break;
|
||||
case kColName:
|
||||
if (Object *o = dynamic_cast<Object*>(c)) {
|
||||
|
|
Loading…
Reference in a new issue