mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-17 16:20:48 +01:00
Remove unused consructor
This commit is contained in:
parent
a4abed8f1f
commit
ddf865834a
@ -11,7 +11,6 @@ class Style;
|
||||
class RasterTile
|
||||
{
|
||||
public:
|
||||
RasterTile() : _style(0), _zoom(0) {}
|
||||
RasterTile(const Style *style, int zoom, const QRect &rect,
|
||||
const QString &key, const QList<MapData::Poly> &polygons,
|
||||
const QList<MapData::Poly> &lines, QList<MapData::Point> &points)
|
||||
|
Loading…
x
Reference in New Issue
Block a user