mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
cull unused login spaghetti
This commit is contained in:
@@ -422,17 +422,6 @@ namespace Raindrop.Presenters
|
||||
return true;
|
||||
}
|
||||
|
||||
public void OnLogoutBtnClick()
|
||||
{
|
||||
|
||||
Debug.Log("logout btn");
|
||||
|
||||
// Logout of simulator
|
||||
//globalRef.MainRaindropInstance.Client.Network.Logout();
|
||||
|
||||
netcom.Logout();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Login functions
|
||||
|
||||
Reference in New Issue
Block a user