Removed unused code in screen.c
commit0bb96cdfe7c741aba87b66ec0a34c2a67be2c463
authorRodolfo García Peñas (kix) <kix@kix.es>
Fri, 31 Jan 2014 19:08:03 +0000 (31 20:08 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 13 Feb 2014 08:55:47 +0000 (13 08:55 +0000)
tree0492073d5267d52eb7afbf82411a977add34d6c1
parent761f3c6e8560e4cda644427e9167265be54981f8
Removed unused code in screen.c

This patch removes the unused code in screen.c.

The variable "dock_head", is defined, but not used. When we removes
the variable, then we can see that a lot of code is not used! so we
can remove it :-)

This patch also removes some extra curly brackets and join the variable
definition and the initialization in one line for some variables.
src/screen.c