aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/menu/drawable_control.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/menu/drawable_control.hpp b/src/menu/drawable_control.hpp
index bf7ff42b..d8b10d10 100644
--- a/src/menu/drawable_control.hpp
+++ b/src/menu/drawable_control.hpp
@@ -36,13 +36,6 @@ namespace usdx
{
class DrawableControl : public Drawable, public Control
{
- protected:
- /**
- * Pure virtual method, that descendant classes have to
- * implement. (Should be left pure virtual.)
- */
- virtual void draw(SDL_Surface* display) const = 0;
-
public:
DrawableControl(Control* parent);
virtual ~DrawableControl();