bar/wayland: cleanup

This commit is contained in:
Daniel Eklöf 2019-02-03 17:45:26 +01:00
parent 38c87ad165
commit 73c62e9797
2 changed files with 11 additions and 9 deletions

View file

@ -380,9 +380,8 @@ bar_new(const struct bar_config *config)
priv->left.count = config->left.count;
priv->center.count = config->center.count;
priv->right.count = config->right.count;
//priv->cursor_ctx = NULL;
//priv->cursor = 0;
priv->cursor_name = NULL;
#if 0
priv->backend.data = bar_backend_xcb_new();
priv->backend.iface = &xcb_backend_iface;