diff options
Diffstat (limited to 'src/text.cpp')
-rw-r--r-- | src/text.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/text.cpp b/src/text.cpp index 898466f..0959277 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -8,8 +8,6 @@ static const char *human_names[] = { "Kowalski", "Jackson", "Carter", "O'Neill", "Hammond", "Mitchell" }; -#define count(A) (sizeof(A) / sizeof((A)[0])) - static std::string get_english(index_t index) { switch (index) { |