From ba36b366dbdb2a0b228bc88c7e03cc93a65f48d4 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Wed, 22 Jun 2016 12:55:30 +0300 Subject: MAINT-6514 Appearance Mode Body Parts Select shows wrong type --- indra/newview/llpaneloutfitedit.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra/newview/llpaneloutfitedit.cpp') diff --git a/indra/newview/llpaneloutfitedit.cpp b/indra/newview/llpaneloutfitedit.cpp index 8331c152e2..8b9941c0ca 100644 --- a/indra/newview/llpaneloutfitedit.cpp +++ b/indra/newview/llpaneloutfitedit.cpp @@ -1059,9 +1059,6 @@ void LLPanelOutfitEdit::filterWearablesBySelectedItem(void) case LLAssetType::AT_BODYPART: applyListViewFilter(LVIT_BODYPART); break; - case LLAssetType::AT_GESTURE: - applyListViewFilter(LVIT_GESTURES); - break; case LLAssetType::AT_CLOTHING: default: applyListViewFilter(LVIT_CLOTHING); -- cgit v1.2.3