aboutsummaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-10-29 19:13:52 +0100
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-10-29 19:13:52 +0100
commit515ed86f4d8106d4396d5b8056fdf5600e606458 (patch)
treec702c4a176e4e78b295c14c6d457296fcf094527 /include/container.h
parentinput_state: Remove mouse_origin (x&y). Query wlc instead. (diff)
downloadsway-515ed86f4d8106d4396d5b8056fdf5600e606458.tar.gz
sway-515ed86f4d8106d4396d5b8056fdf5600e606458.tar.zst
sway-515ed86f4d8106d4396d5b8056fdf5600e606458.zip
container.h: Remove unused.
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h2
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;
5 5
6#include "layout.h" 6#include "layout.h"
7 7
8extern struct wlc_origin mouse_origin;
9
10enum swayc_types{ 8enum swayc_types{
11 C_ROOT, 9 C_ROOT,
12 C_OUTPUT, 10 C_OUTPUT,