More code cleanup. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 814cd7aa9b81632eba0013516923997fc6e994b4
 (DIR) parent 1f00bb49321a12889dd8b2b9291a3dffe5e201fa
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Thu,  8 Sep 2016 14:30:41 -0500
       
       More code cleanup.
       
       Diffstat:
         libXg/gwin.c                        |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) 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;