]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Bugfix: Re-implement reconfiguring height of dock windows (+test) (Thanks thomasba)
[i3/i3] / include / data.h
index 4dc379c2cd727452a6a8b0d7c936d9e0592ff60c..5797b7d80d1db633dcb52eb94c4272c9ea55a521 100644 (file)
@@ -230,16 +230,6 @@ struct xoutput {
     /** x, y, width, height */
     Rect rect;
 
-#if 0
-    /** The bar window */
-    xcb_window_t bar;
-    xcb_gcontext_t bargc;
-
-    /** Contains all clients with _NET_WM_WINDOW_TYPE ==
-     * _NET_WM_WINDOW_TYPE_DOCK */
-    SLIST_HEAD(dock_clients_head, Client) dock_clients;
-#endif
-
     TAILQ_ENTRY(xoutput) outputs;
 };