diff options
author | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-10-29 19:13:52 +0100 |
---|---|---|
committer | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-10-29 19:13:52 +0100 |
commit | 515ed86f4d8106d4396d5b8056fdf5600e606458 (patch) | |
tree | c702c4a176e4e78b295c14c6d457296fcf094527 /include/container.h | |
parent | 5ba47d4a44b21500ed3af2670cb1c807b7fed850 (diff) |
container.h: Remove unused.
Diffstat (limited to 'include/container.h')
-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, |