Remove unused member variable: DynamicObject::m_Privileges.

Fixes #6376
This commit is contained in:
Michael Friedrich 2014-06-02 11:32:00 +02:00
parent 26e35b7cf0
commit 739c6d53a5
1 changed files with 0 additions and 2 deletions

View File

@ -91,8 +91,6 @@ protected:
explicit DynamicObject(void);
private:
std::map<String, int> m_Privileges;
static DynamicObject::Ptr GetObject(const String& type, const String& name);
static void RestoreObject(const String& message, int attributeTypes);
};