mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
removed unused _handleShutdown
This commit is contained in:
parent
78fb3ab6d4
commit
b8bb522bbb
@ -99,12 +99,6 @@ class ClientRepository(ConnectionRepository):
|
|||||||
else:
|
else:
|
||||||
return self.doId2do, self.cache
|
return self.doId2do, self.cache
|
||||||
|
|
||||||
def _handleShutdown(self):
|
|
||||||
"""
|
|
||||||
User just killed the window. Clean up quickly.
|
|
||||||
"""
|
|
||||||
self.loginFSM.request("shutdown")
|
|
||||||
|
|
||||||
def sendDisconnect(self):
|
def sendDisconnect(self):
|
||||||
if self.isConnected():
|
if self.isConnected():
|
||||||
# Tell the game server that we're going:
|
# Tell the game server that we're going:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user