cRoot: Removed useless variable from Lua API.
This commit is contained in:
parent
fd11b574bd
commit
4789db5c28
@ -41,11 +41,12 @@ namespace Json
|
||||
class cRoot
|
||||
{
|
||||
public:
|
||||
static bool m_TerminateEventRaised;
|
||||
|
||||
static cRoot * Get() { return s_Root; }
|
||||
// tolua_end
|
||||
|
||||
static bool m_TerminateEventRaised;
|
||||
|
||||
|
||||
cRoot(void);
|
||||
~cRoot();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user