This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removed obsolete ss_delays array, fixes issue
#191
master
Bert Münnich
10 years ago
parent
e228594391
commit
0cb1d11305
2 changed files
with
1 additions
and
5 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+0
-4
commands.c
+ 1
- 1
Makefile
View File
@@ -1,4 +1,4 @@
VERSION := git-201412
08
VERSION := git-201412
22
PREFIX := /usr/local
PREFIX := /usr/local
MANPREFIX := $(PREFIX)/share/man
MANPREFIX := $(PREFIX)/share/man
+ 0
- 4
commands.c
View File
@@ -55,10 +55,6 @@ extern int markcnt;
extern int prefix;
extern int prefix;
extern bool extprefix;
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)
bool cg_quit(arg_t a)
{
{
unsigned int i;
unsigned int i;
Write
Preview
Loading…
Cancel
Save