Remove unused defines
authorRicardo Mones <ricardo@mones.org>
Fri, 3 Sep 2021 17:58:55 +0000 (19:58 +0200)
committerRicardo Mones <ricardo@mones.org>
Fri, 3 Sep 2021 17:59:41 +0000 (19:59 +0200)
src/alertpanel.c

index d084514420280804bcc3f7da83c493b92aa382f8..5972d984497647ec5281b098ddd3f3a9e7d66084 100644 (file)
@@ -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;