WindowMaker: appicon.h clean code
commitafe2e5d9d6ba5ee8945aae703440d22f4c22b0b9
authorRodolfo García Peñas (kix) <kix@kix.es>
Fri, 13 Apr 2012 23:52:40 +0000 (14 01:52 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 16 Apr 2012 02:15:20 +0000 (15 23:15 -0300)
treea30abce3595a2d69ef91400bb2089dfb8ee28e84
parentb3afad67ff75dc7bd22b31b8370bbabd9786bbdd
WindowMaker: appicon.h clean code

Changes to appicon.h:

- Spaces replaced by tabs in the struct
- Removed unused variables:
  - client_machine, never assigned
  - gnustep_app, never used
- Functions sort by return type

Then, in dock.c, the block with client_machine is never true,
then can be removed. The host variable then is never used.
src/appicon.h
src/dock.c