summaryrefslogtreecommitdiff
path: root/alsamixer
diff options
context:
space:
mode:
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);