From 9a8808f8cf514076561c714293568aae4709a95a Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Sat, 17 Feb 2018 18:48:50 -0500 Subject: move direction to wlr_output_layout.h --- include/wlr/util/direction.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 include/wlr/util/direction.h (limited to 'include/wlr/util') 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 -- cgit v1.2.3