From 0c4d78a53d2f1fcc7b4bce3d452306492af598ae Mon Sep 17 00:00:00 2001 From: Stu Black Date: Sun, 2 Nov 2025 14:25:49 -0500 Subject: [PATCH] Drop unused macro (dead code) that invokes WMCreateNotification. --- WINGs/wtext.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/WINGs/wtext.c b/WINGs/wtext.c index 61899ed8..c16773ff 100644 --- a/WINGs/wtext.c +++ b/WINGs/wtext.c @@ -166,16 +166,6 @@ typedef struct W_Text { WMArray *xdndDestinationTypes; } Text; -/* not used */ -#if 0 -#define NOTIFY(T,C,N,A) {\ - WMNotification *notif = WMCreateNotification(N,T,A);\ - if ((T)->delegate && (T)->delegate->C)\ - (*(T)->delegate->C)((T)->delegate,notif);\ - WMPostNotification(notif);\ - WMReleaseNotification(notif);} -#endif - #define TYPETEXT 0 #if 0