projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6c9be0
)
Removed none used hash table.
author
Daniel Carl
<danielcarl@gmx.de>
Sat, 31 May 2014 22:09:10 +0000
(
00:09
+0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Sat, 31 May 2014 22:09:10 +0000
(
00:09
+0200)
src/main.h
patch
|
blob
|
history
diff --git
a/src/main.h
b/src/main.h
index
690e30b
..
2ad4e6f
100644
(file)
--- 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;