From 98f80f2f76c0d4ed84f724013b5692dd87728e54 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 12 Jul 2008 02:01:55 +0000 Subject: [PATCH] remove unused private wxSocketBase::m_lastError git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/socket.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.50.0