From 2d847fa66677f5084be92ec2cfd577b0a653a6cc Mon Sep 17 00:00:00 2001 From: beu Date: Thu, 19 Dec 2024 16:07:53 +0100 Subject: [PATCH] remove not used function --- main.as | 9 --------- 1 file changed, 9 deletions(-) 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