summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterluadebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterluadebug.h')
-rw-r--r--indra/newview/llfloaterluadebug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloaterluadebug.h b/indra/newview/llfloaterluadebug.h
index ae30b7cf25..e513d9a095 100644
--- a/indra/newview/llfloaterluadebug.h
+++ b/indra/newview/llfloaterluadebug.h
@@ -58,14 +58,12 @@ class LLFloaterLUADebug :
private:
void completion(int count, const LLSD& result);
- void cleanLuaState();
LLTempBoundListener mOutConnection;
LLTextEditor* mResultOutput;
LLLineEditor* mLineInput;
LLLineEditor* mScriptPath;
- LuaState mState;
U32 mAck{ 0 };
bool mExecuting{ false };
};