diff --git a/esoui/ingame/voicechat/console/zo_voicechatparticipantoptions_gamepad.xml b/esoui/ingame/voicechat/console/zo_voicechatparticipantoptions_gamepad.xml
deleted file mode 100755
index 313961b..0000000
--- a/esoui/ingame/voicechat/console/zo_voicechatparticipantoptions_gamepad.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<GuiXml>
-    <Controls>
-        <Control name="ZO_VoiceChatParticipantOptionsEntryGamepad" inherits="ZO_GamepadMenuEntryTemplate" virtual="true">
-            <Controls>
-                <Label name="$(parent)Label" override="true" modifyTextType="NONE">
-                    <Dimensions x="ZO_GAMEPAD_DEFAULT_LIST_ENTRY_WIDTH_VOICECHAT_HISTORY"/>
-                </Label>
-                <Texture name="$(parent)Icon" override="true">
-                    <Anchor point="CENTER" relativeTo="$(parent)Label" relativePoint="RIGHT" offsetX="ZO_GAMEPAD_DEFAULT_LIST_ENTRY_ICON_X_OFFSET_VOICECHAT" />
-                </Texture>
-            </Controls>
-        </Control>
-    </Controls>
-</GuiXml>