Clean up StartWindozeCycle()
commit4a041b6f0afc01cd38b5dbb6e9ad2e247d5abea8
authorCarlos R. Mafra <crmafra@gmail.com>
Thu, 20 Aug 2009 02:07:15 +0000 (20 04:07 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 20 Aug 2009 02:07:15 +0000 (20 04:07 +0200)
tree60758fb2bfcf1dd4c666e8d1f1c0e0140517c1e8
parent688a56e8ab67b56550e2874d9d7423f0d435bfd9
Clean up StartWindozeCycle()

We can get rid of one overall tab by moving the

   if(swpanel)

test -- which was done everytime in each individual case --
to the beginning, therefore encompassing all cases.
src/cycling.c