WINGs: remove dead code from 'loadPixmaps'
commit59106395c061f2343e37b3ba9b199987fe9d9507
authorChristophe CURIS <christophe.curis@free.fr>
Mon, 8 Dec 2014 21:42:30 +0000 (8 22:42 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 10 Dec 2014 10:19:19 +0000 (10 10:19 +0000)
tree17a457076ad7644c85538d605ab55dce6bd7645f
parente09df40f78c5439ddc8fab65f7ec509879bea03a
WINGs: remove dead code from 'loadPixmaps'

It seems the code had the possibility to load a default icon, probably to
be used on the windows if the main program does not provide any.

This code however have never been enabled, probably because it is better to
not provide an icon and let the window manager use its own.

This patch then removes that dead code, but keeps the image as part of the
WINGs resource for the case where an application would have been using it.

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