summaryrefslogtreecommitdiff
path: root/src/location/quickmapitems/qgeomapitemgeometry_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/quickmapitems/qgeomapitemgeometry_p.h')
-rw-r--r--src/location/quickmapitems/qgeomapitemgeometry_p.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/location/quickmapitems/qgeomapitemgeometry_p.h b/src/location/quickmapitems/qgeomapitemgeometry_p.h
index 4e32315f..c7fd2f57 100644
--- a/src/location/quickmapitems/qgeomapitemgeometry_p.h
+++ b/src/location/quickmapitems/qgeomapitemgeometry_p.h
@@ -119,12 +119,6 @@ public:
inline void clear() { firstPointOffset_ = QPointF(0,0);
screenVertices_.clear(); screenIndices_.clear(); }
-#ifndef MAPITEMS_USE_SHAPES
- void translate(const QPointF &offset);
- void allocateAndFill(QSGGeometry *geom) const;
- static QRectF translateToCommonOrigin(const QList<QGeoMapItemGeometry *> &geoms);
-#endif
-
mutable bool m_dataChanged = false;
private: