mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +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
|
|
@ -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