mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Remove unused GUIManager SGUIPage members from 7c2e9027c2 and 4b1297b328.
This was SVN commit r22520.
This commit is contained in:
parent
13209c3183
commit
41ee485e68
1 changed files with 0 additions and 4 deletions
|
|
@ -150,11 +150,7 @@ private:
|
|||
{
|
||||
CStrW name;
|
||||
boost::unordered_set<VfsPath> inputs; // for hotloading
|
||||
|
||||
JSContext* cx;
|
||||
shared_ptr<ScriptInterface::StructuredClone> initData; // data to be passed to the init() function
|
||||
CStrW callbackPageName;
|
||||
|
||||
shared_ptr<CGUI> gui; // the actual GUI page
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue