From 405136440cbfd18a39e2d5aa01c812a1247c369d Mon Sep 17 00:00:00 2001 From: Joseph Bisch Date: Fri, 7 Apr 2017 08:20:28 -0400 Subject: Remove over_counter We are no longer using over_counter for any functional purpose, so remove it. --- src/fe-common/core/command-history.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-common/core/command-history.h') diff --git a/src/fe-common/core/command-history.h b/src/fe-common/core/command-history.h index a572216b..45126092 100644 --- a/src/fe-common/core/command-history.h +++ b/src/fe-common/core/command-history.h @@ -7,7 +7,7 @@ typedef struct { char *name; GList *list, *pos; - int lines, over_counter; + int lines; int refcount; } HISTORY_REC; -- cgit v1.2.3