mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove dead code
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
081295cb40
commit
eb2e76a691
1 changed files with 0 additions and 2 deletions
|
@ -906,8 +906,6 @@ void PartialPressureGasItem::modelDataChanged(const QModelIndex &topLeft, const
|
|||
QPolygonF poly;
|
||||
QPolygonF alertpoly;
|
||||
alertPolygons.clear();
|
||||
QSettings s;
|
||||
s.beginGroup("TecDetails");
|
||||
double threshold = 0.0;
|
||||
if (thresholdPtr)
|
||||
threshold = *thresholdPtr;
|
||||
|
|
Loading…
Add table
Reference in a new issue