remove Screen.h dep on ScreenManager.h. (this looked more useful before pulling in the higher-level includes, but still seems like the right thing to do)
This commit is contained in:
@@ -23,10 +23,6 @@ typedef Screen* (*CreateScreenFn)(const CString& sClassName);
|
||||
class ScreenManager
|
||||
{
|
||||
public:
|
||||
// Every screen should register its class at program initialization.
|
||||
static void Register( const CString& sClassName, CreateScreenFn pfn );
|
||||
|
||||
|
||||
ScreenManager();
|
||||
~ScreenManager();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user