From 71f32f9c7bcedb5f44fcd80587252a8148aab758 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 25 Dec 2011 20:56:32 +0100 Subject: menu/application: Application now is also a container for the overlays --- src/menu/application.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/menu/application.hpp') diff --git a/src/menu/application.hpp b/src/menu/application.hpp index 76b451f0..efd99533 100644 --- a/src/menu/application.hpp +++ b/src/menu/application.hpp @@ -32,13 +32,12 @@ #include #include -#include "drawable_control.hpp" #include "container.hpp" #include "frame.hpp" namespace usdx { - class Application : public DrawableControl + class Application : public Container { private: static log4cpp::Category& log; @@ -55,8 +54,6 @@ namespace usdx int frames_per_second; - std::list overlays; - /** * This is the main loop. */ @@ -84,8 +81,6 @@ namespace usdx const int get_frames_per_second(void) const; void set_frames_per_second(int fps); - - void repaint(void); }; }; -- cgit v1.2.3