diff --git a/include/wx/socket.h b/include/wx/socket.h index 40a8ed35c1..280cfab15a 100644 --- a/include/wx/socket.h +++ b/include/wx/socket.h @@ -199,7 +199,6 @@ private: bool m_reading; // busy reading? bool m_writing; // busy writing? bool m_error; // did last IO call fail? - wxSocketError m_lasterror; // last error (not cleared on success) wxUint32 m_lcount; // last IO transaction size unsigned long m_timeout; // IO timeout value wxList m_states; // stack of states