removed unused methods

This commit is contained in:
CWX
2025-01-28 19:44:03 +00:00
parent e191b06b6b
commit b348a4085c
2 changed files with 3 additions and 13 deletions
@@ -308,17 +308,17 @@ public class DialogueCallbacks(
public string ChangeMailGroupOwner(string url, ChangeGroupMailOwnerRequest info, string sessionID)
{
throw new NotImplementedException(); // Not implemented in Node
return "Not Implemented!"; // Not implemented in Node
}
public string AddUserToMail(string url, AddUserGroupMailRequest info, string sessionID)
{
throw new NotImplementedException(); // Not implemented in Node
return "Not Implemented!"; // Not implemented in Node
}
public string RemoveUserFromMail(string url, RemoveUserGroupMailRequest info, string sessionID)
{
throw new NotImplementedException(); // Not implemented in Node
return "Not Implemented!"; // Not implemented in Node
}
public bool OnUpdate(long timeSinceLastRun)
@@ -99,14 +99,4 @@ public class LauncherV2Callbacks(
}
);
}
public string Profile()
{
throw new NotImplementedException();
}
public string ProfileMods()
{
throw new NotImplementedException();
}
}