From 851cc4e95093cb7bd1adce99be95a864d68f8d38 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Sep 2013 13:54:12 +0300 Subject: remove useless virtual keywords. --- src/text.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/text.h') diff --git a/src/text.h b/src/text.h index 4efc63163..8ce105157 100644 --- a/src/text.h +++ b/src/text.h @@ -99,7 +99,7 @@ class FlashText final : public Text /** * Remove the text from the screen */ - virtual ~FlashText() + ~FlashText() { } /** @@ -111,8 +111,8 @@ class FlashText final : public Text /** * Draws the text. */ - virtual void draw(Graphics *const graphics, - const int xOff, const int yOff) override; + void draw(Graphics *const graphics, + const int xOff, const int yOff) override; private: int mTime; /**< Time left for flashing */ -- cgit v1.2.3-60-g2f50