WMaker: remove unnecessary check in Balloon show function (Coverity #50065)
commit7f840db1aa0882e81225b66ad18820a048f3d069
authorChristophe CURIS <christophe.curis@free.fr>
Tue, 20 May 2014 19:46:29 +0000 (20 21:46 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 20 May 2014 20:29:56 +0000 (20 21:29 +0100)
tree2e1994b54047a4e59db850ec95e8c1619314fdc5
parentca64091f05b2007c75d9cab876249b57fc4533e3
WMaker: remove unnecessary check in Balloon show function (Coverity #50065)

As pointed by Coverity, there is a check to make sure a pointer is not NULL
but it is still dereferenced later in the function. As the code is done so
that this pointer cannot be NULL then it is not necessary to check that.

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