diff options
Diffstat (limited to 'include/wlr/util/direction.h')
-rw-r--r-- | include/wlr/util/direction.h | 11 |
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 |