X-Git-Url: http://pileus.org/git/?p=wmpus;a=blobdiff_plain;f=wm.h;fp=wm.h;h=0f776f93f04e8d557ca8320a7bbc73d6f6d8c6f9;hp=57d79a37481ab31d243ee9d08d89bb321eb65342;hb=853b20d942c746cc8ebb5e6fe33386e1ed9f3525;hpb=4e518d22350583e6607889194485bfed2c160db6 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);