about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-02-06 22:05:38 +0000
committerJames Booth <boothj5@gmail.com>2015-02-06 22:05:38 +0000
commitb7a8e7d942ef0c4f114c6d290c48c4286e846e4d (patch)
treed43dff1e89102487e88fbd473a3ecf1a350ab611 /src/command
parentf08657fa9afee6ea74dfdb9660dd4d23f20ee43f (diff)
parentbec95afc8b4ba3d86b0a74d68285042c7c40948e (diff)
downloadprofani-tty-b7a8e7d942ef0c4f114c6d290c48c4286e846e4d.tar.gz
Merge branch 'master' into readline
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/command/command.c b/src/command/command.c
index bed6e396..20063616 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -1466,10 +1466,6 @@ cmd_init(void)
     autocomplete_add(time_ac, "seconds");
     autocomplete_add(time_ac, "off");
 
-    time_ac = autocomplete_new();
-    autocomplete_add(time_ac, "minutes");
-    autocomplete_add(time_ac, "seconds");
-
     resource_ac = autocomplete_new();
     autocomplete_add(resource_ac, "set");
     autocomplete_add(resource_ac, "off");