diff options
author | Kitty Barnett <develop@catznip.com> | 2012-12-02 21:29:43 +0100 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2012-12-02 21:29:43 +0100 |
commit | a0392ec5ec5703bd54bc4e091820d1c1423bbad4 (patch) | |
tree | 962b7969e4606eed57644e15ded30ee0b353bbca /indra/newview/llfloaterdebugmaterials.h | |
parent | 2feac960904b0b94d05253e4c345f1853ed3bbbf (diff) |
Refactor LLFloaterDebugMaterials::convertToPrintableMaterialID() as LLMaterialID::asString() so it can be used everywhere
Diffstat (limited to 'indra/newview/llfloaterdebugmaterials.h')
-rw-r--r-- | indra/newview/llfloaterdebugmaterials.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterdebugmaterials.h b/indra/newview/llfloaterdebugmaterials.h index 0643d7a252..572b17af27 100644 --- a/indra/newview/llfloaterdebugmaterials.h +++ b/indra/newview/llfloaterdebugmaterials.h @@ -135,7 +135,6 @@ private: void updateStatusMessage(); void updateControls(); std::string convertToPrintableMaterialID(const LLSD& pBinaryHash) const; - std::string convertToPrintableMaterialID(const LLMaterialID& pMaterialID) const; LLMaterial getMaterial() const; |