diff --git a/direct/src/distributed/ClientRepository.py b/direct/src/distributed/ClientRepository.py index a647d44c6d..27d6e5eb12 100644 --- a/direct/src/distributed/ClientRepository.py +++ b/direct/src/distributed/ClientRepository.py @@ -99,12 +99,6 @@ class ClientRepository(ConnectionRepository): else: return self.doId2do, self.cache - def _handleShutdown(self): - """ - User just killed the window. Clean up quickly. - """ - self.loginFSM.request("shutdown") - def sendDisconnect(self): if self.isConnected(): # Tell the game server that we're going: