diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-18 16:57:57 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-18 17:27:12 +0300 |
commit | 0d7f6d917af2e0b19a32a925ded6fab4b1a6725e (patch) | |
tree | bf99cbd68261b3b4c61b1f3d042044eb76db6fa2 /indra/llui/llui.h | |
parent | a5c8b1cbe20c2ccd609f550ff4983741f622fc27 (diff) |
SL-13729 Performance of LLUI and LLRender2D #3
Diffstat (limited to 'indra/llui/llui.h')
-rw-r--r-- | indra/llui/llui.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llui/llui.h b/indra/llui/llui.h index 238bef3bf8..30dbd7248f 100644 --- a/indra/llui/llui.h +++ b/indra/llui/llui.h @@ -245,10 +245,6 @@ public: void setPopupFuncs(const add_popup_t& add_popup, const remove_popup_t&, const clear_popups_t& ); - LLRect mDirtyRect; - BOOL mDirty; - void dirtyRect(LLRect rect); - // Return the ISO639 language name ("en", "ko", etc.) for the viewer UI. // http://www.loc.gov/standards/iso639-2/php/code_list.php std::string getUILanguage(); |