diff --git a/Makefile b/Makefile
index 2edbe43..d4e9b65 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION   := git-20141208
+VERSION   := git-20141222
 
 PREFIX    := /usr/local
 MANPREFIX := $(PREFIX)/share/man
diff --git a/commands.c b/commands.c
index 26ac483..770f780 100644
--- a/commands.c
+++ b/commands.c
@@ -55,10 +55,6 @@ extern int markcnt;
 extern int prefix;
 extern bool extprefix;
 
-const int ss_delays[] = {
-	1, 2, 3, 5, 10, 15, 20, 30, 60, 120, 180, 300, 600
-};
-
 bool cg_quit(arg_t a)
 {
 	unsigned int i;