removed _GSocket::m_oriented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -48,7 +48,6 @@ struct _GSocket
|
||||
int m_non_blocking;
|
||||
int m_server;
|
||||
int m_stream;
|
||||
int m_oriented;
|
||||
int m_establishing;
|
||||
int m_reusable;
|
||||
struct timeval m_timeout;
|
||||
|
@@ -94,7 +94,6 @@ struct _GSocket
|
||||
int m_non_blocking;
|
||||
int m_server;
|
||||
int m_stream;
|
||||
int m_oriented;
|
||||
int m_establishing;
|
||||
int m_reusable;
|
||||
unsigned long m_timeout;
|
||||
|
Reference in New Issue
Block a user