diff --git a/include/choice.h b/include/choice.h index 25e1f5e..0ebf074 100644 --- a/include/choice.h +++ b/include/choice.h @@ -1,19 +1,9 @@ #pragma once - -#include "locale.h" #include -#ifdef LANG_FR #define CHOICE_YES "OUI" #define CHOICE_NO "NON" #define CHOICE_OK "OK" -#endif - -#ifdef LANG_EN -#define CHOICE_YES "YES" -#define CHOICE_NO "NO" -#define CHOICE_OK "OK" -#endif #define BUTTON_WIDTH 52 #define BUTTON_HEIGHT 32 diff --git a/include/locale.h b/include/locale.h deleted file mode 100644 index 7f4a6d0..0000000 --- a/include/locale.h +++ /dev/null @@ -1,4 +0,0 @@ -#pragma once - -/* #define LANG_FR */ -#define LANG_EN