More code cleanup. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 814cd7aa9b81632eba0013516923997fc6e994b4 | |
parent 1f00bb49321a12889dd8b2b9291a3dffe5e201fa | |
Author: Rob King <[email protected]> | |
Date: Thu, 8 Sep 2016 14:30:41 -0500 | |
More code cleanup. | |
Diffstat: | |
libXg/gwin.c | 1 - | |
1 file changed, 0 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/libXg/gwin.c b/libXg/gwin.c | |
@@ -333,7 +333,6 @@ Mouseaction(Widget w, XEvent *e, String *p, Cardinal *np) | |
int s = 0; | |
int ps = 0; /* the previous state */ | |
int ob = 0; | |
- static bool ignore = false; | |
XButtonEvent *be = (XButtonEvent *)e; | |
XMotionEvent *me = (XMotionEvent *)e; |