PrefsMan and Preference depend on each other. PrefsMan is big, and
depends on some higher level code. Make Preference stand-alone, so code that only has its own preferences can be used without PrefsMan.
This commit is contained in:
@@ -278,13 +278,6 @@ public:
|
||||
bool MessageIsIgnored( const CString &ID );
|
||||
void IgnoreMessage( const CString &ID );
|
||||
|
||||
//
|
||||
// For self-registering prefs
|
||||
//
|
||||
static void Subscribe( IPreference *p );
|
||||
static void Unsubscribe( IPreference *p );
|
||||
|
||||
|
||||
// Lua
|
||||
void PushSelf( lua_State *L );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user