WINGs: comment out wtext unused NOTIFY macro
commit3b1c00ad065bfc5d4c2e179f58c25916c8b7c509
authorDavid Maciejak <david.maciejak@gmail.com>
Sun, 5 Mar 2023 07:24:17 +0000 (5 15:24 +0800)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 6 Mar 2023 20:16:07 +0000 (6 20:16 +0000)
treec5d4d18e2344b49dd89c2880d19a4b3fa5ad0614
parentdd6fe278581a7e164c84c321d156e5819ead4ab5
WINGs: comment out wtext unused NOTIFY macro

The compiler is reporting the warning below
wtext.c:171: warning: macro "NOTIFY" is not used [-Wunused-macros]

That macro is only used once within that C file, code which is commented
out already.
WINGs/wtext.c