diff --git a/esoui/libraries/zo_templates/gamepad/windowtemplates_gamepad.xml b/esoui/libraries/zo_templates/gamepad/windowtemplates_gamepad.xml
index 81a5626..fd9c9d7 100755
--- a/esoui/libraries/zo_templates/gamepad/windowtemplates_gamepad.xml
+++ b/esoui/libraries/zo_templates/gamepad/windowtemplates_gamepad.xml
@@ -18,86 +18,6 @@
             <Insets left="8" top="8" right="-8" bottom="-8" />
         </Backdrop>
 
-        <EditBox name="ZO_DefaultEdit_Gamepad" font="ZoFontGamepad34" mouseEnabled="true" virtual="true">
-            <Dimensions y="36" />
-            <OnMouseDown>
-                self:TakeFocus()
-            </OnMouseDown>
-            <OnEnter>
-                self:LoseFocus()
-            </OnEnter>
-            <OnEscape>
-                self:LoseFocus()
-            </OnEscape>
-
-            <OnFocusGained>
-                ZO_GamepadEditBox_FocusGained(self)
-                if WINDOW_MANAGER:IsHandlingHardwareEvent() then
-                    PlaySound(SOUNDS.EDIT_CLICK)
-                end
-            </OnFocusGained>
-            
-            <OnFocusLost>
-                ZO_GamepadEditBox_FocusLost(self)
-            </OnFocusLost>            
-        </EditBox>
-
-        <Backdrop name="ZO_EditBackdrop_Gamepad" virtual="true">
-            <Dimensions y="46"/>
-            <Edge file="EsoUI/Art/ChatWindow/Gamepad/textEntry_edge.dds" edgeFileWidth="64" edgeFileHeight="8" />
-            <Center file="EsoUI/Art/ChatWindow/Gamepad/textEntry_center.dds" />
-            <Insets left="8" top="8" right="-8" bottom="-8" />
-        </Backdrop>
-
-        <EditBox name="ZO_DefaultEditForBackdrop_Gamepad" inherits="ZO_DefaultEdit_Gamepad" virtual="true">
-            <Anchor point="TOPLEFT" offsetX="8" offsetY="3"/>
-            <Anchor point="BOTTOMRIGHT" offsetX="-6" offsetY="-2"/>
-        </EditBox>
-
-        <EditBox name="ZO_DefaultEditMultiLine_Gamepad" font="ZoFontGamepad34" mouseEnabled="true" multiLine="true" virtual="true">
-            <OnMouseDown>
-                self:TakeFocus()
-            </OnMouseDown>
-            <OnEscape>
-                self:LoseFocus()
-            </OnEscape>
-            <OnMouseWheel>
-                local currentLine = self:GetTopLineIndex()
-                if shift then
-                    delta = delta * 10
-                end
-                local nextLine = zo_clamp(currentLine - delta, 1, self:GetScrollExtents() + 1)
-                self:SetTopLineIndex(nextLine)
-            </OnMouseWheel>
-
-            <OnFocusGained>
-                ZO_GamepadEditBox_FocusGained(self)
-                if WINDOW_MANAGER:IsHandlingHardwareEvent() then
-                    PlaySound(SOUNDS.EDIT_CLICK)
-                end
-            </OnFocusGained>
-
-            <OnFocusLost>
-                ZO_GamepadEditBox_FocusLost(self)
-            </OnFocusLost>
-        </EditBox>
-
-        <EditBox name="ZO_DefaultEditMultiLineForBackdrop_Gamepad" inherits="ZO_DefaultEditMultiLine_Gamepad" virtual="true">
-            <Anchor point="TOPLEFT" offsetX="6" offsetY="5"/>
-            <Anchor point="BOTTOMRIGHT" offsetX="-7" offsetY="-7"/>
-        </EditBox>
-
-        <EditBox name="ZO_EditDefaultText_Gamepad" virtual="true">
-            <OnTextChanged>
-                ZO_EditDefaultText_OnTextChanged(self)
-            </OnTextChanged>
-            <Controls>
-                <Label name="$(parent)Text" color="INTERFACE_COLOR_TYPE_TEXT_COLORS:INTERFACE_TEXT_COLOR_DISABLED" font="ZoFontGamepad34">
-                    <AnchorFill/>
-                </Label>
-            </Controls>
-        </EditBox>
-
         <Control name="ZO_GamepadSelectableItemRadialMenuEntryTemplate" scale="0.75" virtual="true">
             <Dimensions x="64" y="64"/>
             <OnInitialized>