diff --git a/es-core/src/guis/GuiTextEditKeyboardPopup.cpp b/es-core/src/guis/GuiTextEditKeyboardPopup.cpp index 5699bf550..b3f46a3d3 100644 --- a/es-core/src/guis/GuiTextEditKeyboardPopup.cpp +++ b/es-core/src/guis/GuiTextEditKeyboardPopup.cpp @@ -7,7 +7,6 @@ // Has a default mode and a complex mode, both with various options passed as arguments. // -#define KEYBOARD_WIDTH Renderer::getScreenWidth() * 0.78f #define KEYBOARD_HEIGHT Renderer::getScreenHeight() * 0.60f #define KEYBOARD_PADDINGX (Renderer::getScreenWidth() * 0.02f)