From f18650353696f1f3b837b72f6fe25e1687ddd56f Mon Sep 17 00:00:00 2001 From: Simon G Date: Sat, 14 Nov 2020 00:54:09 +0100 Subject: [PATCH] - remove InitializeFromString() --- GBase/Interfaces/IGBaseObject.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/GBase/Interfaces/IGBaseObject.cs b/GBase/Interfaces/IGBaseObject.cs index 9a9f095..d9143ce 100644 --- a/GBase/Interfaces/IGBaseObject.cs +++ b/GBase/Interfaces/IGBaseObject.cs @@ -24,13 +24,6 @@ namespace GBase.Interfaces /// string FileName { get; } - /// - /// Initialize this from a given - /// - /// The given - [Obsolete] - void InitializeFromString(string @string); //TODO: Try to remove this method, work with keys - void Initialize(GBaseKey key, List parameters); } } \ No newline at end of file