mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 23:20:52 +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))
|
index.column() == LEVEL_3_CELL))
|
||||||
{
|
{
|
||||||
return bridgePixmapFor(index);
|
return bridgePixmapFor(index);
|
||||||
auto pixmap_ = bridgePixmapFor(index);
|
|
||||||
if (!pixmap_.isNull()) {
|
|
||||||
return pixmap_;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return QVariant();
|
return QVariant();
|
||||||
|
|||||||
Reference in New Issue
Block a user