Removed unused variable wapp_list
commit2e64831fb6742d8fc4164000da9acae4738853a8
authorRodolfo García Peñas (kix) <kix@kix.es>
Mon, 7 Oct 2013 22:56:45 +0000 (8 00:56 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 9 Oct 2013 12:02:45 +0000 (9 13:02 +0100)
tree2504f296ceb325a3e01c19156e10f9045dfc11b5
parent0de3e590cedeb441d7c5038b8fae26bf851c5fd8
Removed unused variable wapp_list

The variable wapp_list is never set, then the comparison with
wapp is only true if wapp is NULL. wapp can not be NULL in the
function wApplicationDestroy() because is tested previously.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
src/application.c
src/screen.h