summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-09-29 00:26:24 +0200
committerDaniel Carl <danielcarl@gmx.de>2013-09-29 00:26:24 +0200
commitd8ded12a3682695d508210acae41536579e5cc73 (patch)
tree9a1ddddfced4361e6f8177983c9f290d6436e937 /src/command.h
parent698d988f588227204d5ea47f3597059ac30dc533 (diff)
Moved command_history to ex.c
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index 185ed1c..604583d 100644
--- a/src/command.h
+++ b/src/command.h
@@ -41,7 +41,6 @@ enum {
#endif
gboolean command_search(const Arg *arg);
-gboolean command_history(const Arg *arg);
gboolean command_yank(const Arg *arg);
gboolean command_save(const Arg *arg);
#ifdef FEATURE_QUEUE