mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:48:09 +02:00
Remove unused property in ScriptCache
This commit is contained in:
parent
17a1f9b5ae
commit
4901f386ca
1 changed files with 1 additions and 2 deletions
|
@ -58,11 +58,10 @@ private:
|
||||||
|
|
||||||
Mutex _containerLock;
|
Mutex _containerLock;
|
||||||
QMap<QUrl, ScriptRequest> _activeScriptRequests;
|
QMap<QUrl, ScriptRequest> _activeScriptRequests;
|
||||||
//QMultiMap<QUrl, contentAvailableCallback> _contentCallbacks;
|
|
||||||
|
|
||||||
QHash<QUrl, QString> _scriptCache;
|
QHash<QUrl, QString> _scriptCache;
|
||||||
QMultiMap<QUrl, ScriptUser*> _scriptUsers;
|
QMultiMap<QUrl, ScriptUser*> _scriptUsers;
|
||||||
QSet<QUrl> _badScripts;
|
QSet<QUrl> _badScripts;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // hifi_ScriptCache_h
|
#endif // hifi_ScriptCache_h
|
||||||
|
|
Loading…
Reference in a new issue