Remove code duplication by calling removeAppIconFor()
commite8074ae1cd0aef2edd3301990f831bb4838f7681
authorRodolfo García Peñas (kix) <kix@kix.es>
Fri, 1 Jun 2012 16:57:43 +0000 (1 18:57 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 2 Jun 2012 19:05:14 +0000 (2 20:05 +0100)
tree874928a30250eedb74e6d46e69820e9dd8beb812
parentfbab31b7985f5ad788cfe115d7d02caac79743d7
Remove code duplication by calling removeAppIconFor()

The function removeAppIconFor() does exactly the same thing as the code inside
wApplicationDestroy(), including the last call to wArrangeIcons(). So let's
simply remove the code and call the function instead.
src/application.c