talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 78c266b237ff2948bdceb0ac8e9c6ab625432c38
parent f041228ca3b6a3ef48870617071268ef489af74a
Author: Ricardo Mones <ricardo@mones.org>
Date:   Fri,  3 Sep 2021 19:58:55 +0200

Remove unused defines

Diffstat:
Msrc/alertpanel.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/alertpanel.c b/src/alertpanel.c @@ -38,9 +38,6 @@ #include "logwindow.h" #include "prefs_common.h" -#define ALERT_PANEL_WIDTH 380 -#define TITLE_HEIGHT 72 -#define MESSAGE_HEIGHT 62 #define ALERT_PANEL_BUFSIZE 1024 static AlertValue value;