Removed obsolete ss_delays array, fixes issue #191

master
Bert Münnich 2014-12-22 09:00:36 +01:00
parent e228594391
commit 0cb1d11305
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
VERSION := git-20141208
VERSION := git-20141222
PREFIX := /usr/local
MANPREFIX := $(PREFIX)/share/man

View File

@ -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;