From f5648cf9e13347626c1b812d5509b3e202747042 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 5 Nov 2019 21:39:08 +0100 Subject: [PATCH] :shirt: Remove useless prototype --- include/object.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/object.h b/include/object.h index f2ae1e52..cfc2e90f 100644 --- a/include/object.h +++ b/include/object.h @@ -16,7 +16,6 @@ ANN void fork_clean(const VM_Shred, const Vector); ANN ANEW M_Object new_array(MemPool, const Type t, const m_uint length); ANEW M_Object new_string(MemPool, const VM_Shred, const m_str); ANEW M_Object new_string2(const struct Gwion_*, const VM_Shred, const m_str); -ANEW M_Object gwion_new_string(const struct Gwion_*, const m_str); ANEW M_Object new_shred(const VM_Shred, const m_bool); ANN void fork_launch(const VM*, const M_Object, const m_uint); ANN void __release(const M_Object, const VM_Shred); -- 2.43.0