diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/container.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/container.h b/include/container.h index e1ecca92..d5eb27c1 100644 --- a/include/container.h +++ b/include/container.h @@ -5,8 +5,6 @@ typedef struct sway_container swayc_t; #include "layout.h" -extern struct wlc_origin mouse_origin; - enum swayc_types{ C_ROOT, C_OUTPUT, |