diff options
Diffstat (limited to 'src/text.h')
-rw-r--r-- | src/text.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/text.h b/src/text.h index ea013aa44..ef7dbd735 100644 --- a/src/text.h +++ b/src/text.h @@ -114,12 +114,6 @@ class FlashText final : public Text A_DELETE_COPY(FlashText) /** - * Remove the text from the screen - */ - ~FlashText() - { } - - /** * Flash the text for so many refreshes. */ void flash(const int time) |