src/Graphics/GUI.hh
changeset 430 74e562e16399
parent 428 712b943195a6
child 431 c6d7272a164b
--- a/src/Graphics/GUI.hh	Sat Jan 24 01:19:38 2009 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-#ifndef GRAPHICS_GUI_HH
-#define GRAPHICS_GUI_HH
-
-#include "GUIStyle.hh"
-
-#include <ClanLib/gui.h>
-
-
-namespace graphics
-{
-
-/**
- * Our CL_GUIManager, for when we use ClanLib's GUI stuff
- */    
-class GUI : public CL_GUIManager {
-public:
-    /**
-     * Construct default manager
-     */
-    GUI (CL_ResourceManager *resources) :
-        CL_GUIManager(new GUIStyle(resources))
-    {
-
-    }
-
-        
-};
-
-}
-
-#endif