removed funstion

This commit is contained in:
HeshamTB 2018-12-31 05:49:51 +03:00
parent fdcdbdaa7c
commit 04371ef645

View File

@ -64,23 +64,6 @@ namespace OWTrack
}
}
/// <summary>
/// Deserialize saved tracker instance from a Custom path
/// </summary>
/// <param name="customPath"></param>
/// <returns></returns>
public static Tracker GetSavedTracker(string customPath)
{
try
{
return JsonConvert.DeserializeObject<Tracker>(File.ReadAllText(customPath));
}
catch (Exception e)
{
throw e;
}
}
/// <summary>
///Saves the Tracker Object.
/// </summary>