Remove over_counter

We are no longer using over_counter for any functional purpose, so
remove it.
This commit is contained in:
Joseph Bisch 2017-04-07 08:20:28 -04:00
commit 405136440c
No known key found for this signature in database
GPG key ID: CF08FAC339AB7E8E
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,7 @@ typedef struct {
char *name;
GList *list, *pos;
int lines, over_counter;
int lines;
int refcount;
} HISTORY_REC;