From 0cb1d1130568d61c06a2cdd22ab050973e302fc8 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Mon, 22 Dec 2014 09:00:36 +0100 Subject: Removed obsolete ss_delays array, fixes issue #191 --- commands.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'commands.c') 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; -- cgit v1.2.3-54-g00ecf