swaybar: remove cursor code

This commit is contained in:
Ian Fan 2018-10-18 22:12:17 +01:00
parent 30dbb8eba0
commit 51959eecd4
4 changed files with 0 additions and 39 deletions

View file

@ -8,9 +8,6 @@ struct swaybar_output;
struct swaybar_pointer {
struct wl_pointer *pointer;
struct wl_cursor_theme *cursor_theme;
struct wl_cursor_image *cursor_image;
struct wl_surface *cursor_surface;
struct swaybar_output *current;
int x, y;
};