Introduction
Introduction Statistics Contact Development Disclaimer Help
Removed unused code. - sam - An updated version of the sam text editor.
git clone git://vernunftzentrum.de/sam.git
Log
Files
Refs
LICENSE
---
commit e5b9ea1e41e774e3b578ab0ccb717e357a6b591d
parent fff7e1775eb2be17e03223bdd8926dee6ecd47dc
Author: Rob King <[email protected]>
Date: Tue, 4 Oct 2016 00:21:45 -0500
Removed unused code.
Diffstat:
libXg/xtbinit.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/libXg/xtbinit.c b/libXg/xtbinit.c
@@ -105,7 +105,6 @@ static int nsrc;
static int einitcalled = 0;
static int Smouse = -1;
static int Skeyboard = -1;
-static int Stimer = -1;
static void reshaped(int, int, int, int);
@@ -547,10 +546,7 @@ eread(uint64_t keys, Event *e)
e->mouse = emouse();
else if(i == Skeyboard)
e->keystroke = ekbd();
- else if(i == Stimer) {
- esrc[i].head = 0;
- esrc[i].count = 0;
- } else {
+ else {
eb = ebread(&esrc[i]);
e->n = eb->n;
if(e->n > 0)
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.