Remove unused GUIManager SGUIPage members from 7c2e9027c2 and 4b1297b328.

This was SVN commit r22520.
This commit is contained in:
elexis 2019-07-21 01:29:08 +00:00
parent 13209c3183
commit 41ee485e68

View file

@ -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
};