diff options
Diffstat (limited to 'indra/newview/llmaterialeditor.h')
-rw-r--r-- | indra/newview/llmaterialeditor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llmaterialeditor.h b/indra/newview/llmaterialeditor.h index 3dabc6e26a..9bc6be4b92 100644 --- a/indra/newview/llmaterialeditor.h +++ b/indra/newview/llmaterialeditor.h @@ -218,7 +218,6 @@ public: void loadDefaults(); void modifyMaterialCoro(std::string cap_url, LLSD overrides); - void setOverrideTarget(U32 local_id, S32 face_id); private: void loadMaterial(const tinygltf::Model &model, const std::string &filename_lc, S32 index); @@ -272,8 +271,5 @@ private: S32 mExpectedUploadCost; std::string mMaterialNameShort; std::string mMaterialName; - - U32 mOverrideLocalId; - S32 mOverrideFace; }; |