mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
minor : remove unused code
This commit is contained in:
@@ -190,10 +190,6 @@ QVariant TerminalStripModel::data(const QModelIndex &index, int role) const
|
||||
index.column() == LEVEL_3_CELL))
|
||||
{
|
||||
return bridgePixmapFor(index);
|
||||
auto pixmap_ = bridgePixmapFor(index);
|
||||
if (!pixmap_.isNull()) {
|
||||
return pixmap_;
|
||||
}
|
||||
}
|
||||
|
||||
return QVariant();
|
||||
|
||||
Reference in New Issue
Block a user