wmaker: do not store return value that we don't use (Coverity #50252)
commit1bd96217090967cb8e0a454c3fcaecd43fb92b3d
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 29 Nov 2014 15:35:24 +0000 (29 16:35 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 29 Nov 2014 18:44:48 +0000 (29 18:44 +0000)
tree59c76af436039917155229a3fd00bdcb65b277ab
parent8b78681a7fb7e788a4816d692000edf36f5aea5f
wmaker: do not store return value that we don't use (Coverity #50252)

As pointed by Coverity, we store a value into the variable 'entry' but we
never use it later, although we re-use the variable.

For the maintainability of the code, it is not really good as it could
mislead into thinking the value could be used, so this patch removes the
assignation.

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