daemon: get rid of win32 message timer
authorPierre Ossman <ossman@cendio.se>
Fri, 20 Sep 2013 08:28:20 +0000 (10:28 +0200)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Fri, 6 Jun 2014 12:50:24 +0000 (15:50 +0300)
commit6f4e08140fd048a21cadf12e7bb6cd9877617c80
tree04cf8dbeea3920ae3af747bb22b86920fbf75b13
parentf70ec2776aefe706c8ee510f1c6c44c637c02b64
daemon: get rid of win32 message timer

We don't need a timer to check for Windows messages anymore
now that our fancy new poll() implementation does that for us.
src/daemon/main.c
src/pulsecore/poll-win32.c