diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-30 16:47:54 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-30 19:42:46 +0300 |
commit | acb6e12135452d8d4e53a9a61e1fb50cdeec2469 (patch) | |
tree | 370484074c99accceaf5d9ebe4af0799a8678002 /indra/newview/llfloatermodelpreview.h | |
parent | 46c76eabb86fff6ca6c8352e10988b15c20ef8a6 (diff) |
SL-379 Remake Overrides tab into Avatar
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r-- | indra/newview/llfloatermodelpreview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index f64a7b6feb..d079a3d782 100644 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -109,7 +109,6 @@ public: static void addStringToLog(const std::string& str, bool flash); static void addStringToLog(const std::ostringstream& strm, bool flash); void clearOverridesTab(); // clears table - void resetOverridesTab(); // clears table and cleans all data void updateOverridesTab(); // populates table and data as nessesary void setDetails(F32 x, F32 y, F32 z, F32 streaming_cost, F32 physics_cost); |