mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 14:42:29 +01:00
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>
This commit is contained in:
committed by
Carlos R. Mafra
parent
0de3e590ce
commit
2e64831fb6
@@ -107,8 +107,6 @@ typedef struct _WScreen {
|
||||
|
||||
WMArray *fakeGroupLeaders; /* list of fake window group ids */
|
||||
|
||||
struct WApplication *wapp_list; /* list of all aplications */
|
||||
|
||||
WMBag *stacking_list; /* bag of lists of windows
|
||||
* in stacking order.
|
||||
* Indexed by window level
|
||||
|
||||
Reference in New Issue
Block a user