alsamixer: remove dead fcn widget_handle_key() in widget.c

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2021-01-11 10:40:53 +01:00
parent 88513212c5
commit b0c4ed248e

View file

@ -29,10 +29,6 @@ int screen_cols;
static int cursor_visibility = -1;
static void widget_handle_key(int key)
{
}
static void update_cursor_visibility(void)
{
const struct widget *active_widget;
@ -87,9 +83,6 @@ void widget_init(struct widget *widget, int lines_, int cols, int y, int x,
set_panel_userptr(widget->panel, widget);
}
//if (!widget->handle_key)
// widget->handle_key = widget_handle_key;
if (old_window)
delwin(old_window);