aewl

diff menu.c @ 11:ea9c08ec4b48

added gridsel to gridwm
author Anselm R. Garbe <garbeam@wmii.de>
date Tue, 11 Jul 2006 13:21:57 +0200
parents d567f430a81d
children 5cc5e55a132d
line diff
     1.1 --- a/menu.c	Tue Jul 11 13:02:22 2006 +0200
     1.2 +++ b/menu.c	Tue Jul 11 13:21:57 2006 +0200
     1.3 @@ -356,13 +356,6 @@
     1.4  	char *maxname;
     1.5  	XEvent ev;
     1.6  
     1.7 -	char buf[256];
     1.8 -
     1.9 -	pipe_spawn(buf, sizeof(buf), NULL, STATUSCMD);
    1.10 -	fputs(buf, stderr);
    1.11 -
    1.12 -	return 0;
    1.13 -
    1.14  	/* command line args */
    1.15  	for(i = 1; i < argc; i++) {
    1.16  		if (argv[i][0] == '-')