]> Pileus Git - wmpus/blobdiff - wm.h
Add TYPE_TOOLBAR instead of hiding them in sys
[wmpus] / wm.h
diff --git a/wm.h b/wm.h
index 57d79a37481ab31d243ee9d08d89bb321eb65342..0f776f93f04e8d557ca8320a7bbc73d6f6d8c6f9 100644 (file)
--- 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);