diff --git a/IDE/mintest/minlib/src/System/TClass.bf b/IDE/mintest/minlib/src/System/TClass.bf index 23686bdf..ca18773a 100644 --- a/IDE/mintest/minlib/src/System/TClass.bf +++ b/IDE/mintest/minlib/src/System/TClass.bf @@ -9,11 +9,6 @@ interface IItem class Mintesto { - public static T Alloc() where T : new - { - return new T(); - } - public static void Dispose(mut T val) where T : IDisposable { val.Dispose();