jcs
/detritus
/amendments
/38
util: ASK_ALERT_ID isn't needed, our alert builds its own DITL+DLOG
jcs made amendment 38 about 1 year ago
--- util.c Mon Nov 11 22:29:36 2024
+++ util.c Thu Nov 14 16:11:45 2024
@@ -60,13 +60,10 @@
#include <string.h>
#include "util.h"
-/* ALRT resources */
-#define ASK_ALERT_ID 130
-
#define ERROR_STRING_SIZE 1024
static char err_str[ERROR_STRING_SIZE];
-/* basic DITL with an ok button (1), text area (2), and icon (3) */
+/* basic DITL with an ok button (1), static text area (2), and icon (3) */
#define ALERT_DITL_OK 1
#define ALERT_DITL_ICON 3
static const char alert_ditl[] = {