]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/socket.cpp
handle correctly never/always shown scrollbars in GetClientSize()
[wxWidgets.git] / src / common / socket.cpp
index a4fb0d8f73f1468abc16d40a1f5d5e4449da8322..d17ce8f2ed1cf7afe5e1cddc3777173d2cccaa1e 100644 (file)
@@ -44,7 +44,7 @@
 #include "wx/evtloop.h"
 
 #include "wx/private/fd.h"
-#include "wx/private/gsocket.h"
+#include "wx/private/socket.h"
 
 // DLL options compatibility check:
 #include "wx/build.h"
@@ -160,13 +160,6 @@ void wxSocketManager::Init()
 // wxSocketImpl
 // ==========================================================================
 
-/* static */
-wxSocketImpl *wxSocketImpl::Create(wxSocketBase& wxsocket)
-{
-    wxSocketManager * const manager = wxSocketManager::Get();
-    return manager ? manager->CreateSocket(wxsocket) : NULL;
-}
-
 wxSocketImpl::wxSocketImpl(wxSocketBase& wxsocket)
     : m_wxsocket(&wxsocket)
 {