(RefCounted) Removed useless declaration

Former-commit-id: 0e8d1784f26a3e832ea6509065923613673806c2
This commit is contained in:
Lynix 2015-02-18 21:02:42 +01:00
parent 0a9bf851fd
commit af94573f5f
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ class NAZARA_API NzRefCounted
private:
using ObjectListenerMap = std::unordered_map<NzObjectListener*, std::pair<int, unsigned int>>;
void RemoveObjectListenerIterator(ObjectListenerMap::iterator iterator) const;
NazaraMutexAttrib(m_mutex, mutable)
mutable ObjectListenerMap m_objectListeners;