aboutsummaryrefslogtreecommitdiff
path: root/src/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.cpp')
-rw-r--r--src/string.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/string.cpp b/src/string.cpp
index 8cce0f1ef..a2254d100 100644
--- a/src/string.cpp
+++ b/src/string.cpp
@@ -1,10 +1,5 @@
gb_global BlockingMutex string_buffer_mutex = {};
-gb_internal void init_string_buffer_memory(void) {
- mutex_init(&string_buffer_mutex);
-}
-
-
// NOTE(bill): Used for UTF-8 strings
struct String {
u8 * text;