aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-09-30 18:29:32 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-09-30 18:30:03 +0200
commita7c3ed7cc1848305bcb1a799183f657848944397 (patch)
tree5e6c29dfe9611b1ab3db07d82cf56c41fbac9169
parent807a8c37d9d3b2ab948ce9edcdd8c7f38262e2ef (diff)
downloadxK-a7c3ed7cc1848305bcb1a799183f657848944397.tar.gz
xK-a7c3ed7cc1848305bcb1a799183f657848944397.tar.xz
xK-a7c3ed7cc1848305bcb1a799183f657848944397.zip
xC: clean up
-rw-r--r--xC.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xC.c b/xC.c
index 3a7b8c1..dd4dc0c 100644
--- a/xC.c
+++ b/xC.c
@@ -589,7 +589,6 @@ input_rl_buffer_switch (void *input, input_buffer_t input_buffer)
static struct strv
input_rl_buffer_history (void *input, input_buffer_t input_buffer)
{
- struct input_rl *self = input;
struct input_rl_buffer *buffer = input_buffer;
HIST_ENTRY **p =
buffer->history ? buffer->history->entries : history_list();
@@ -1077,7 +1076,6 @@ input_el_buffer_switch (void *input, input_buffer_t input_buffer)
static struct strv
input_el_buffer_history (void *input, input_buffer_t input_buffer)
{
- struct input_el *self = input;
struct input_el_buffer *buffer = input_buffer;
struct strv v = strv_make ();
HistEventW ev;