diff --git a/main.as b/main.as index b722550..5432fb9 100755 --- a/main.as +++ b/main.as @@ -9,13 +9,4 @@ void Main() { void RenderInterface() { RenderManager::RenderInterface(); -} - -array GetManialinkFiles() { - return IO::IndexFolder(Meta::ExecutingPlugin().SourcePath + '/Manialinks/', false); -} - -string GetManialinkPage(string _Id) { - IO::FileSource Xml('Manialinks/' + _Id + '.xml'); - return Xml.ReadToEnd(); } \ No newline at end of file