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:
Glenn Maynard
2005-12-31 01:26:29 +00:00
parent aac313fdd3
commit 76e55c2f14
4 changed files with 44 additions and 40 deletions
-7
View File
@@ -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 );