diff options
Diffstat (limited to 'indra/llui/llviewmodel.h')
-rwxr-xr-x | indra/llui/llviewmodel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llviewmodel.h b/indra/llui/llviewmodel.h index f329201b9f..49d7c322a3 100755 --- a/indra/llui/llviewmodel.h +++ b/indra/llui/llviewmodel.h @@ -83,8 +83,6 @@ public: // void setDirty() { mDirty = true; } - //static LLTrace::MemStatHandle sMemStat; - protected: LLSD mValue; bool mDirty; |