mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:05:41 +01:00
alsamixer: remove dead fcn widget_handle_key() in widget.c
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
88513212c5
commit
b0c4ed248e
1 changed files with 0 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue