removed InvalidateGroup() - it was a bad idea

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40437
This commit is contained in:
David Anderson 2007-02-05 02:16:33 +00:00
parent c21bfe57c1
commit fcb8c35eec

View File

@ -307,13 +307,6 @@ namespace SourceMod
OverrideType type, OverrideType type,
OverrideRule *pRule) =0; OverrideRule *pRule) =0;
/**
* @brief Invalidates and removes a group from the group cache.
*
* @param id Group id.
*/
virtual void InvalidateGroup(GroupId id) =0;
/** /**
* @brief Tells the admin system to dump a portion of the cache. * @brief Tells the admin system to dump a portion of the cache.
* This calls into plugin forwards to rebuild the cache. * This calls into plugin forwards to rebuild the cache.