Remove obsolete methods for importing.

This commit is contained in:
2023-11-29 13:47:49 +08:00
parent 190c3ef680
commit a471272c52
2 changed files with 0 additions and 13 deletions

View File

@@ -13,11 +13,6 @@ namespace Cryville.Crtr.Browsing {
bool ImportFrom(Uri uri);
void RemoveAt(int index);
[Obsolete]
string[] GetSupportedFormats();
[Obsolete]
IReadOnlyDictionary<string, string> GetPresetPaths();
void Activate();
void Deactivate();
}

View File

@@ -212,14 +212,6 @@ namespace Cryville.Crtr.Browsing {
Popup.Create(msg);
}
public string[] GetSupportedFormats() {
return ExtensionManager.GetSupportedFormats().ToArray();
}
public IReadOnlyDictionary<string, string> GetPresetPaths() {
return ExtensionManager.GetLocalResourcePaths();
}
static Chart ConvertChartData(ChartData i) {
return new Chart {
endtime = ConvertBeatTime(i.endtime),