removed unused methods
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user