diff options
Diffstat (limited to 'sway/util.c')
-rw-r--r-- | sway/util.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sway/util.c b/sway/util.c deleted file mode 100644 index 9a59ddf9..00000000 --- a/sway/util.c +++ /dev/null @@ -1,5 +0,0 @@ -#include "util.h" - -int wrap(int i, int max) { - return ((i % max) + max) % max; -} |