diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-01 22:01:45 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-01 22:20:38 +0200 |
commit | 8c5c07d30749f2abeb475c37b81f9cf089721a1e (patch) | |
tree | 0c6ec94f0950a9fd4b54c0a477192bfb9fc306fe /indra/newview/llmaterialeditor.h | |
parent | 0ea5b38b8dd83bc584c1ce652753f7c689b96136 (diff) |
SL-18448 Modified Material Editor to match overrides better
Diffstat (limited to 'indra/newview/llmaterialeditor.h')
-rw-r--r-- | indra/newview/llmaterialeditor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llmaterialeditor.h b/indra/newview/llmaterialeditor.h index 49f3baf0c7..0ffad5f54a 100644 --- a/indra/newview/llmaterialeditor.h +++ b/indra/newview/llmaterialeditor.h @@ -104,7 +104,6 @@ public: static void loadMaterialFromFile(const std::string& filename, S32 index = -1); void onSelectionChanged(); // live overrides selection changes - void saveLiveValues(); // for restoration on cancel static void updateLive(); static void updateLive(const LLUUID &object_id, S32 te); @@ -293,7 +292,6 @@ private: // for "cancel" support static LLUUID mOverrideObjectId; // static to avoid searching for the floater static S32 mOverrideObjectTE; - std::map<U32, uuid_vec_t> mObjectOverridesSavedValues; boost::signals2::connection mSelectionUpdateSlot; }; |