mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
remove more cruft from previous implementation
This commit is contained in:
parent
7768f3e520
commit
f90e10c5d2
@ -68,8 +68,6 @@ static int paste_timeout_id;
|
||||
|
||||
static void sig_input(void);
|
||||
|
||||
static int key_repeated = FALSE;
|
||||
|
||||
void input_listen_init(int handle)
|
||||
{
|
||||
readtag = g_input_add_poll(handle,
|
||||
@ -363,7 +361,6 @@ static void sig_gui_key_pressed(gpointer keyp)
|
||||
int ret;
|
||||
|
||||
key = GPOINTER_TO_INT(keyp);
|
||||
key_repeated = key == prev_key;
|
||||
|
||||
if (redir != NULL && redir->flags & ENTRY_REDIRECT_FLAG_HOTKEY) {
|
||||
handle_key_redirect(key);
|
||||
|
Loading…
Reference in New Issue
Block a user