X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.h;h=a96eec14fe0de41284b000c73d76db0aa14f0122;hp=2ec0bf785e232a57b2444996973e3f30febc2c1a;hb=e9c49ddd7a021e99dc2e7518736211ab5bc8cf2c;hpb=f8415019d4edc1cd4f310adb256e6656e85bfe75 diff --git a/dwm.h b/dwm.h index 2ec0bf7..a96eec1 100644 --- a/dwm.h +++ b/dwm.h @@ -115,7 +115,6 @@ extern void zoom(Arg *arg); /* zooms the focused client to master area, arg is /* event.c */ extern void grabkeys(void); /* grab all keys defined in config.h */ -extern void procevent(void); /* process pending X events */ /* main.c */ extern void drawstatus(void); /* draw the bar */