From 1d595f048c9e59bbff14217e2fe3821ee3e1aaa1 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 9 May 2010 19:17:52 +0200 Subject: changed from SDL rendering to OpenGL draw, repaint methods do not have the SDL_Surface* parameter anymore --- src/menu/frame_background.hpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/menu/frame_background.hpp') diff --git a/src/menu/frame_background.hpp b/src/menu/frame_background.hpp index a8e7daea..9cb7c504 100644 --- a/src/menu/frame_background.hpp +++ b/src/menu/frame_background.hpp @@ -39,19 +39,12 @@ namespace usdx { public: FrameBackground(); - - // optional methods virtual ~FrameBackground(); - virtual void on_show(void) {} - virtual void on_finish(void) {} - protected: // no copy and no assignment FrameBackground(const FrameBackground&); FrameBackground& operator=(const FrameBackground&); - - virtual void draw(SDL_Surface* display) = 0; }; }; -- cgit v1.2.3