[TD]remove obsolete QPointF (LGTM)

This commit is contained in:
wandererfan
2020-07-26 10:44:44 -04:00
committed by WandererFan
parent cb90b6a112
commit 21becb4e7a
2 changed files with 0 additions and 5 deletions

View File

@@ -299,10 +299,6 @@ QGIViewBalloon::QGIViewBalloon() :
balloonShape->setZValue(ZVALUE::DIMENSION + 1); //above balloonLines!
balloonShape->setStyle(Qt::SolidLine);
oldLabelCenter = new QPointF;
oldLabelCenter->setX(0.0);
oldLabelCenter->setY(0.0);
balloonLabel->setPosFromCenter(0, 0);
// connecting the needed slots and signals

View File

@@ -179,7 +179,6 @@ protected:
double m_lineWidth;
bool m_obtuse;
void parentViewMousePressed(QGIView *view, QPointF pos);
QPointF *oldLabelCenter;
QGIView *parent; //used to create edit dialog
TechDraw::DrawView* getSourceView() const;