summaryrefslogtreecommitdiff
path: root/src/text.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-28 19:29:05 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-28 19:29:05 +0300
commit00f62e4f3db5aa737b4242a3d691d2ade299fc72 (patch)
treeee6fd7021bc7e4a69a1f9e69a4f3c3041f183f4d /src/text.h
parent1fc73fd6d8cb70e306b3bdeb375de1dd1e9458cc (diff)
downloadplus-00f62e4f3db5aa737b4242a3d691d2ade299fc72.tar.gz
plus-00f62e4f3db5aa737b4242a3d691d2ade299fc72.tar.bz2
plus-00f62e4f3db5aa737b4242a3d691d2ade299fc72.tar.xz
plus-00f62e4f3db5aa737b4242a3d691d2ade299fc72.zip
Add missing override and final to destructors.
Also remove some empty destructors.
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h6
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)