summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorBert Münnich <be.muennich@gmail.com>2014-12-22 09:00:36 +0100
committerBert Münnich <be.muennich@gmail.com>2014-12-22 09:00:36 +0100
commit0cb1d1130568d61c06a2cdd22ab050973e302fc8 (patch)
tree5ca7edc631ed1b8662d717b61998ad2ce9992ae1 /commands.c
parente228594391a8e7bc2d9ab66638cd571f99aac2c1 (diff)
downloadnsxiv-0cb1d1130568d61c06a2cdd22ab050973e302fc8.tar.zst
Removed obsolete ss_delays array, fixes issue #191
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c4
1 files changed, 0 insertions, 4 deletions
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;