From c40234e660d003a5695426e0eed6d103b503c5b8 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Sun, 1 Jun 2014 00:09:10 +0200 Subject: [PATCH] Removed none used hash table. --- src/main.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.h b/src/main.h index 690e30b..2ad4e6f 100644 --- a/src/main.h +++ b/src/main.h @@ -294,7 +294,6 @@ typedef struct { char prompt[PROMPT_SIZE]; /* current prompt ':', 'g;t', '/' including nul */ gdouble marks[VB_MARK_SIZE]; /* holds marks set to page with 'm{markchar}' */ char *linkhover; /* the uri of the curret hovered link */ - GHashTable *buffer; /* holds the yank buffer */ char *reg[VB_REG_SIZE]; /* holds the yank buffer */ } State; -- 2.20.1