diff --git a/doc/contributions.txt b/doc/contributions.txt
index 30465d8cfbea89a0a2ead0bf892dd3ce413e6be9..f1bafba32c9cf33f5aea36e2715cd526f6bbdc91 100755
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -194,6 +194,7 @@ Ansariel Hiller
 	MAINT-6397
 	MAINT-6432
 	MAINT-6513
+	MAINT-6514
 Aralara Rajal
 Arare Chantilly
 	CHUIBUG-191
diff --git a/indra/newview/llpaneloutfitedit.cpp b/indra/newview/llpaneloutfitedit.cpp
index 8331c152e206a34fc2f3f3c9b006e1e53963f91b..8b9941c0ca48cfaeea722a9496aded6759864de8 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);
diff --git a/indra/newview/llpaneloutfitedit.h b/indra/newview/llpaneloutfitedit.h
index 841bb4337a8f78b91b10ae9614425c237505835d..30870daf406297f220ab4e335fd9acf8e5feb9ac 100644
--- a/indra/newview/llpaneloutfitedit.h
+++ b/indra/newview/llpaneloutfitedit.h
@@ -80,7 +80,6 @@ class LLPanelOutfitEdit : public LLPanel
 	{
 		LVIT_ALL = 0,
 		LVIT_CLOTHING,
-		LVIT_GESTURES,
 		LVIT_BODYPART,
 		LVIT_ATTACHMENT,
 		LVIT_SHAPE,