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