From: Daniel Carl Date: Sat, 31 May 2014 22:09:10 +0000 (+0200) Subject: Removed none used hash table. X-Git-Url: https://git.owens.tech/about.html/about.html/git?a=commitdiff_plain;h=c40234e660d003a5695426e0eed6d103b503c5b8;p=vimb.git Removed none used hash table. --- 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;