Browse Source

removed unused _handleShutdown

Darren Ranalli 20 years ago
parent
commit
b8bb522bbb
1 changed files with 0 additions and 6 deletions
  1. 0 6
      direct/src/distributed/ClientRepository.py

+ 0 - 6
direct/src/distributed/ClientRepository.py

@@ -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: