mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +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;
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue