diff options
Diffstat (limited to 'src/strings.hpp')
-rw-r--r-- | src/strings.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/strings.hpp b/src/strings.hpp deleted file mode 100644 index 3678c57..0000000 --- a/src/strings.hpp +++ /dev/null @@ -1,5 +0,0 @@ -#pragma once - -#include <fmt/core.h> - -constexpr fmt::string_view STATUS_BAR_COORDINATES = "X: {x} Y {y}"; |