summaryrefslogtreecommitdiff
path: root/alsamixer
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2021-01-11 10:40:53 +0100
committerJaroslav Kysela <perex@perex.cz>2021-01-11 10:40:53 +0100
commitb0c4ed248e9f543afe671e253fe1bb285df06477 (patch)
tree6829285bafb49cb17c9702338d4cda89aaf31c18 /alsamixer
parent88513212c564fb8cbcbbb43f433d73cb4db786e5 (diff)
downloadalsa-utils-b0c4ed248e9f543afe671e253fe1bb285df06477.tar.gz
alsamixer: remove dead fcn widget_handle_key() in widget.c
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'alsamixer')
-rw-r--r--alsamixer/widget.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/alsamixer/widget.c b/alsamixer/widget.c
index 17f3ace..5fedaba 100644
--- a/alsamixer/widget.c
+++ b/alsamixer/widget.c
@@ -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);