wmaker: removed unnecessary variable 'done' in panelBtnCallback
commit694e66e30d2439af5f1bd64f646d7d2e4a943c85
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 15 Nov 2014 18:40:45 +0000 (15 19:40 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 23 Nov 2014 22:43:37 +0000 (23 22:43 +0000)
tree81855e10c77f3affa5b7a6e15fba44490aeb1376
parenta6d7ac8cb98df982d419602fdcbc41b68080369f
wmaker: removed unnecessary variable 'done' in panelBtnCallback

The variable is assigned a value that never change, so it adds extra
complexity which is not good for code maintainability. It is probable that
this was meant for cases that are handled in current code with early
function return, which are better for code readability.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
src/dockedapp.c