Removed mobile/SMS from messenger

This commit is contained in:
2024-03-31 10:35:04 +03:00
parent e3a957cf4b
commit 37e79d886f
20 changed files with 32 additions and 995 deletions

View File

@ -610,12 +610,6 @@ class Interface(object):
self.wndMessenger.ClearGuildMember()
self.wndGuild.DeleteGuild()
def RefreshMobile(self):
self.dlgSystem.RefreshMobile()
def OnMobileAuthority(self):
self.dlgSystem.OnMobileAuthority()
def OnBlockMode(self, mode):
self.dlgSystem.OnBlockMode(mode)