Code

screen_browser: fix warning when lyrics screen is disabled
authorMax Kellermann <max@duempel.org>
Wed, 8 Oct 2008 10:44:45 +0000 (12:44 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 8 Oct 2008 10:44:45 +0000 (12:44 +0200)
commitb67f06990bc841ae95942b606c49e8995672d9d2
tree3ed030d87e6b7a3f6d367d4d87e28a905d29566a
parent169c8fc6c4b7b92b9ba32eebc90ca7b5b90d1cf9
screen_browser: fix warning when lyrics screen is disabled

A local variable was only used by the lyrics screen code.  Put #ifdef
around its declaration.
src/screen_browser.c