diff options
Diffstat (limited to 'src/text.cpp')
-rw-r--r-- | src/text.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/text.cpp b/src/text.cpp index 7967b56f..545c1c0e 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -100,14 +100,3 @@ void FlashText::draw(Graphics *graphics, int xOff, int yOff) } Text::draw(graphics, xOff, yOff); } - -FlashText::~FlashText() -{ - mTime = 0; - textManager->removeText(this); - if (--mInstances == 0) - { - delete textManager; - textManager = 0; - } -} |