WINGs: remove unused macro NFONT in wbutton
commite09df40f78c5439ddc8fab65f7ec509879bea03a
authorChristophe CURIS <christophe.curis@free.fr>
Mon, 8 Dec 2014 21:42:29 +0000 (8 22:42 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 10 Dec 2014 10:19:19 +0000 (10 10:19 +0000)
treecc8d939d80a29a8c99d5a024689740d016b00eea
parent4b0838e93a753dfa8718e3e91899eb237af63de8
WINGs: remove unused macro NFONT in wbutton

As pointed by gcc, this macro is never used in the code; when no font is
defined by user the 'paintButton' code already falls back to the
'normalFont' of the screen, and this code could not need the macro anyway.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
WINGs/wbutton.c