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:58:55 +0000 (19:58 +0200)
src/alertpanel.c

index 406ab34e06313b53d6b89f1cad37b93dae3574f4..9ed8596e630ee76ae574385901cdd0af322ac115 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;