remove not used function
This commit is contained in:
9
main.as
9
main.as
@@ -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();
|
||||
}
|
Reference in New Issue
Block a user