author | Max Kellermann <max@duempel.org> | |
Mon, 15 Sep 2008 11:27:32 +0000 (13:27 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 15 Sep 2008 11:27:32 +0000 (13:27 +0200) | ||
commit | 6dc4fcca76fc4f3c232acb6d6bfcace5b17e466c | |
tree | f48c491e759ca6ff28cee2f7d030e5731d73252f | tree | snapshot |
parent | 079548617d3c321dd4051709c3a31717fd80238d | commit | diff |
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.
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 | diff | blob | history | |
src/src_lyrics.h | diff | blob | history |