diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-09-04 16:04:41 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-09-04 16:04:41 +0300 |
commit | 1a89ff73ac210f596887443013857a8ed88a9a00 (patch) | |
tree | 7621d48b06dfae662c2d142778d1232c9dccd176 | |
parent | b5f8a9348d5a93d373b29fd79c1000cc48a79436 (diff) |
DRTWVR-588 xcode buildfix (for TC)
-rw-r--r-- | indra/newview/llpaneleditwearable.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llpaneleditwearable.cpp b/indra/newview/llpaneleditwearable.cpp index 24ce8f9c93..acc9f1ce0b 100644 --- a/indra/newview/llpaneleditwearable.cpp +++ b/indra/newview/llpaneleditwearable.cpp @@ -1466,8 +1466,6 @@ LLPanel* LLPanelEditWearable::getPanel(LLWearableType::EType type) default: return NULL; } - - return NULL; } void LLPanelEditWearable::getSortedParams(value_map_t &sorted_params, const std::string &edit_group) |