app: remove unnecessary line

This commit is contained in:
itsmattkc 2022-07-11 01:58:27 -07:00
parent 01d5395c7c
commit 68926a5afe

View file

@ -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)) {