Move helper function into #ifdef
authorPhilip Chimento <philip.chimento@gmail.com>
Sun, 23 Feb 2014 20:02:38 +0000 (12:02 -0800)
committerPhilip Chimento <philip.chimento@gmail.com>
Sun, 23 Feb 2014 20:02:38 +0000 (12:02 -0800)
The function only got called if sound support was enabled, so move it
into that particular #ifdef to avoid an unused function warning.


No differences found