Browse Source

Unused field

Source commit: 8c0767ef4255e750d3b3a5ffce27ded766d917fc
Martin Prikryl 9 years ago
parent
commit
7bf7521607
2 changed files with 0 additions and 2 deletions
  1. 0 1
      source/filezilla/TransferSocket.cpp
  2. 0 1
      source/filezilla/TransferSocket.h

+ 0 - 1
source/filezilla/TransferSocket.cpp

@@ -36,7 +36,6 @@ CTransferSocket::CTransferSocket(CFtpControlSocket *pOwner, int nMode)
   m_transferdata.transfersize = 0;
   m_transferdata.transferleft = 0;
   m_nNotifyWaiting = 0;
-  m_bShutDown = FALSE;
   m_bActivationPending = false;
 
   UpdateStatusBar(true);

+ 0 - 1
source/filezilla/TransferSocket.h

@@ -76,7 +76,6 @@ protected:
   int m_nTransferState;
   int m_nMode;
   int m_nNotifyWaiting;
-  BOOL m_bShutDown;
   bool m_bActivationPending;
 
   void CloseAndEnsureSendClose(int Mode);