diff options
author | HampusM <hampus@hampusmat.com> | 2022-03-20 20:58:16 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:56:57 +0200 |
commit | 9b01fa8ff25eae054815ced5f5371cd82fe0a5fe (patch) | |
tree | 91073b9238f94391cc3b957d694abfe54c4e4eb9 /src/strings.hpp | |
parent | 1972939ebde39a3e90a50b021b2322d028f344de (diff) |
refactor: remove strings header file
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}"; |