aboutsummaryrefslogtreecommitdiff
path: root/src/strings.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-03-20 20:58:16 +0100
committerHampusM <hampus@hampusmat.com>2022-06-13 17:56:57 +0200
commit9b01fa8ff25eae054815ced5f5371cd82fe0a5fe (patch)
tree91073b9238f94391cc3b957d694abfe54c4e4eb9 /src/strings.hpp
parent1972939ebde39a3e90a50b021b2322d028f344de (diff)
refactor: remove strings header file
Diffstat (limited to 'src/strings.hpp')
-rw-r--r--src/strings.hpp5
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}";