From 153196a90595ab61366a68bbaf225ef8d91077c9 Mon Sep 17 00:00:00 2001 From: Duncan Frost Date: Mon, 22 Dec 2014 16:55:17 +0000 Subject: [PATCH] Remove redundant define --- src/windows/text_input.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/windows/text_input.c b/src/windows/text_input.c index 167bb234da..0e8218e6fe 100644 --- a/src/windows/text_input.c +++ b/src/windows/text_input.c @@ -35,8 +35,6 @@ #define WW 250 #define WH 90 -#define MAX_LINE_LENGTH 32 - enum WINDOW_TEXT_INPUT_WIDGET_IDX { WIDX_BACKGROUND, WIDX_TITLE,