From 9743e08ea07778ff9a009b95f8d37220a6893d5e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 27 Oct 2018 15:45:43 +0200 Subject: Clean up `cbindgen.toml` Remove some unnecessary things. We aren't using `MapKind` any more, so it can be removed. --- dome_key_map.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'dome_key_map.h') diff --git a/dome_key_map.h b/dome_key_map.h index cc6303b..d9ba8d8 100644 --- a/dome_key_map.h +++ b/dome_key_map.h @@ -1,5 +1,3 @@ -/* Test */ - #ifndef DOME_KEY_MAP_H #define DOME_KEY_MAP_H @@ -9,19 +7,12 @@ #include #include -#define DAYS_REMAINING 30 - typedef enum { HeadphoneButton_Play, HeadphoneButton_Up, HeadphoneButton_Down, } HeadphoneButton; -typedef enum { - MapKind_Map, - MapKind_Command, -} MapKind; - typedef struct State State; typedef struct { -- cgit v1.2.3