mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Remove over_counter
We are no longer using over_counter for any functional purpose, so remove it.
This commit is contained in:
parent
7c86575b02
commit
405136440c
2 changed files with 1 additions and 2 deletions
|
|
@ -150,7 +150,6 @@ const char *command_history_next(WINDOW_REC *window, const char *text)
|
|||
|
||||
void command_history_clear_pos_func(HISTORY_REC *history, gpointer user_data)
|
||||
{
|
||||
history->over_counter = 0;
|
||||
history->pos = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ typedef struct {
|
|||
char *name;
|
||||
|
||||
GList *list, *pos;
|
||||
int lines, over_counter;
|
||||
int lines;
|
||||
|
||||
int refcount;
|
||||
} HISTORY_REC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue