summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-09-04 16:04:41 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-09-04 16:04:41 +0300
commit1a89ff73ac210f596887443013857a8ed88a9a00 (patch)
tree7621d48b06dfae662c2d142778d1232c9dccd176
parentb5f8a9348d5a93d373b29fd79c1000cc48a79436 (diff)
DRTWVR-588 xcode buildfix (for TC)
-rw-r--r--indra/newview/llpaneleditwearable.cpp2
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)