summaryrefslogtreecommitdiff
path: root/src/tileset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tileset.h')
-rw-r--r--src/tileset.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tileset.h b/src/tileset.h
index 6c2ee394..387222b3 100644
--- a/src/tileset.h
+++ b/src/tileset.h
@@ -30,9 +30,6 @@
class Tileset : public ImageSet
{
public:
- /**
- * Constructor.
- */
Tileset(Image *img, int w, int h, int firstGid, int margin, int spacing):
ImageSet(img, w, h, margin, spacing),
mFirstGid(firstGid)