diff --git a/source/gui/GUIManager.h b/source/gui/GUIManager.h index b59f796a2e..2ac4fcf79b 100644 --- a/source/gui/GUIManager.h +++ b/source/gui/GUIManager.h @@ -150,11 +150,7 @@ private: { CStrW name; boost::unordered_set inputs; // for hotloading - - JSContext* cx; shared_ptr initData; // data to be passed to the init() function - CStrW callbackPageName; - shared_ptr gui; // the actual GUI page };