Code

lyrics: converted global variables to static
authorMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 11:27:32 +0000 (13:27 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 15 Sep 2008 11:27:32 +0000 (13:27 +0200)
commit6dc4fcca76fc4f3c232acb6d6bfcace5b17e466c
treef48c491e759ca6ff28cee2f7d030e5731d73252f
parent079548617d3c321dd4051709c3a31717fd80238d
lyrics: converted global variables to static

The variables "lyrics_text_rows" and "lw" were declared in
src_lyrics.h as static, but they were only actually used in
screen_lyrics.c.  Move both there.
src/screen_lyrics.c
src/src_lyrics.h