Kill obviously dead variable.

This commit is contained in:
oga 2008-12-04 23:55:04 +00:00
parent 15161fba13
commit d4dd2359ac
2 changed files with 3 additions and 6 deletions

View File

@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* $Id: calmwm.h,v 1.68 2008/09/29 23:16:46 oga Exp $
* $Id: calmwm.h,v 1.69 2008/12/04 23:55:04 oga Exp $
*/
#ifndef _CALMWM_H_
@ -116,8 +116,6 @@ struct client_ctx {
int x,y;
} ptr;
int beepbeep;
int xproto;
int flags;

View File

@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* $Id: xevents.c,v 1.29 2008/09/29 23:16:46 oga Exp $
* $Id: xevents.c,v 1.30 2008/12/04 23:55:04 oga Exp $
*/
/*
@ -51,8 +51,7 @@ xev_handle_maprequest(struct xevent *xev, XEvent *ee)
XGetWindowAttributes(X_Dpy, e->window, &xattr);
cc = client_new(e->window, screen_fromroot(xattr.root), 1);
sc = CCTOSC(cc);
} else
cc->beepbeep = 1;
}
#ifdef notyet /* XXX - possibly, we shouldn't map if
* the window is withdrawn. */