projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7198464
)
Removed hsts file because this is not used at the time.
author
Daniel Carl
<danielcarl@gmx.de>
Fri, 21 Apr 2017 21:07:54 +0000
(23:07 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Fri, 21 Apr 2017 21:07:54 +0000
(23:07 +0200)
src/main.c
patch
|
blob
|
history
src/main.h
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
089f517
..
05a3239
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-1436,7
+1436,6
@@
static void vimb_setup(void)
vb.files[FILES_SCRIPT] = util_get_filepath(path, "scripts.js", FALSE);
vb.files[FILES_HISTORY] = util_get_filepath(path, "history", FALSE);
vb.files[FILES_COMMAND] = util_get_filepath(path, "command", FALSE);
- vb.files[FILES_HSTS] = util_get_filepath(path, "hsts", FALSE);
vb.files[FILES_BOOKMARK] = util_get_filepath(path, "bookmark", FALSE);
vb.files[FILES_QUEUE] = util_get_filepath(path, "queue", FALSE);
vb.files[FILES_SEARCH] = util_get_filepath(path, "search", FALSE);
diff --git
a/src/main.h
b/src/main.h
index
e4b969d
..
a2ab13a
100644
(file)
--- a/
src/main.h
+++ b/
src/main.h
@@
-111,7
+111,6
@@
enum {
FILES_CONFIG,
FILES_COOKIE,
FILES_HISTORY,
- FILES_HSTS,
FILES_QUEUE,
FILES_SCRIPT,
FILES_SEARCH,