Remove unused property in ScriptCache

This commit is contained in:
Ryan Huffman 2016-10-05 19:25:41 -07:00
parent 17a1f9b5ae
commit 4901f386ca

View file

@ -58,11 +58,10 @@ private:
Mutex _containerLock;
QMap<QUrl, ScriptRequest> _activeScriptRequests;
//QMultiMap<QUrl, contentAvailableCallback> _contentCallbacks;
QHash<QUrl, QString> _scriptCache;
QMultiMap<QUrl, ScriptUser*> _scriptUsers;
QSet<QUrl> _badScripts;
};
#endif // hifi_ScriptCache_h
#endif // hifi_ScriptCache_h