remove not used function

This commit is contained in:
Beu
2024-12-19 16:07:53 +01:00
parent 850968100e
commit 2d847fa666

View File

@@ -10,12 +10,3 @@ void Main() {
void RenderInterface() {
RenderManager::RenderInterface();
}
array<string> GetManialinkFiles() {
return IO::IndexFolder(Meta::ExecutingPlugin().SourcePath + '/Manialinks/', false);
}
string GetManialinkPage(string _Id) {
IO::FileSource Xml('Manialinks/' + _Id + '.xml');
return Xml.ReadToEnd();
}