diff options
Diffstat (limited to 'src/textparticle.h')
-rw-r--r-- | src/textparticle.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/textparticle.h b/src/textparticle.h index 79af7406..2791cb03 100644 --- a/src/textparticle.h +++ b/src/textparticle.h @@ -27,9 +27,6 @@ class TextParticle : public Particle { public: - /** - * Constructor. - */ TextParticle(Map *map, const std::string &text, const gcn::Color* color, gcn::Font *font, bool outline = false); |