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