X-Git-Url: http://pileus.org/git/?p=wmpus;a=blobdiff_plain;f=wm.h;h=0f776f93f04e8d557ca8320a7bbc73d6f6d8c6f9;hp=57d79a37481ab31d243ee9d08d89bb321eb65342;hb=08a8a76218133e513d7804fcc3307c895f22956b;hpb=7b1461df6049d172f3c95f3adca510b528c9f390 diff --git a/wm.h b/wm.h index 57d79a3..0f776f9 100644 --- a/wm.h +++ b/wm.h @@ -22,9 +22,6 @@ * The window provided to these function is generally the * window with the keyboard or mouse focus. */ -/* Refresh the window layout */ -void wm_update(void); - /* Called for each watched event */ int wm_handle_event(win_t *win, event_t ev, mod_t mod, ptr_t ptr);