aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/util
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-02-17 18:48:50 -0500
committerTony Crisci <tony@dubstepdish.com>2018-02-17 18:48:50 -0500
commit9a8808f8cf514076561c714293568aae4709a95a (patch)
treeda17c0415403c7790fa163ba93561a994ff2ee8c /include/wlr/util
parent9933b7ad955204208ae6e72b23c6de8bea1e436c (diff)
move direction to wlr_output_layout.h
Diffstat (limited to 'include/wlr/util')
-rw-r--r--include/wlr/util/direction.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/wlr/util/direction.h b/include/wlr/util/direction.h
deleted file mode 100644
index b5f3a589..00000000
--- a/include/wlr/util/direction.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef WLR_UTIL_DIRECTION_H
-#define WLR_UTIL_DIRECTION_H
-
-enum wlr_direction {
- WLR_DIRECTION_UP = 0,
- WLR_DIRECTION_DOWN = 1,
- WLR_DIRECTION_LEFT = 2,
- WLR_DIRECTION_RIGHT = 4,
-};
-
-#endif