mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 04:29:44 +01:00
alsamixer: remove unused variable y in display_scroll_indicators()
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b0c4ed248e
commit
e165d3413e
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ static void display_control(unsigned int control_index)
|
|||
|
||||
static void display_scroll_indicators(void)
|
||||
{
|
||||
int y0, y1, y;
|
||||
int y0, y1;
|
||||
chtype left, right;
|
||||
|
||||
if (screen_too_small)
|
||||
|
|
Loading…
Reference in a new issue