diff options
author | Cinder <cinder.roxley@phoenixviewer.com> | 2014-05-06 11:09:50 -0600 |
---|---|---|
committer | Cinder <cinder.roxley@phoenixviewer.com> | 2014-05-06 11:09:50 -0600 |
commit | e8422e5bed6c593c8a26b533f33103911a1d3da6 (patch) | |
tree | ce8140d0741ad88482961ca4a4bfc159db2829cf /indra/newview/llpreviewscript.h | |
parent | 9353868d91dfe2c4539c81c0b96bfe9efb497b2c (diff) |
Let's get started: some code policy cleanup, reference arguments where we can, correct spelling
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rwxr-xr-x | indra/newview/llpreviewscript.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h index 3ac48ae9c4..966c149d3d 100755 --- a/indra/newview/llpreviewscript.h +++ b/indra/newview/llpreviewscript.h @@ -156,7 +156,6 @@ private: BOOL mEnableSave; BOOL mHasScriptData; LLLiveLSLFile* mLiveFile; - LLSyntaxIdLSL mSyntaxIdLSL; LLScriptEdContainer* mContainer; // parent view |