summaryrefslogtreecommitdiff
path: root/src/fe-common/core/command-history.h
diff options
context:
space:
mode:
authorJoseph Bisch <joseph.bisch@gmail.com>2017-04-07 08:20:28 -0400
committerJoseph Bisch <joseph.bisch@gmail.com>2017-04-07 08:20:28 -0400
commit405136440cbfd18a39e2d5aa01c812a1247c369d (patch)
tree0d51eeedbc94506771ce71fe270f31bcf2ea81cd /src/fe-common/core/command-history.h
parent7c86575b02d4f80539bcd2da3bef8195b963fa92 (diff)
downloadirssi-405136440cbfd18a39e2d5aa01c812a1247c369d.zip
Remove over_counter
We are no longer using over_counter for any functional purpose, so remove it.
Diffstat (limited to 'src/fe-common/core/command-history.h')
-rw-r--r--src/fe-common/core/command-history.h2
1 files changed, 1 insertions, 1 deletions
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;