From: fennecdjay Date: Tue, 5 Nov 2019 20:39:08 +0000 (+0100) Subject: :shirt: Remove useless prototype X-Git-Tag: nightly~2115^2~2 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=f5648cf9e13347626c1b812d5509b3e202747042;p=gwion.git :shirt: Remove useless prototype --- 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);