]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/sockunix.cpp
Fix compilation for wxUSE_LOG==0.
[wxWidgets.git] / src / unix / sockunix.cpp
index 51a158cab657bc0b18d0de9ab154d928fcb98c1f..b2e298d83f885157fe4705a2ef769e44e50b77b5 100644 (file)
 // wxSocketImpl implementation
 // ============================================================================
 
-/* static */
-wxSocketImpl *wxSocketImpl::Create(wxSocketBase& wxsocket)
-{
-    return new wxSocketImplUnix(wxsocket);
-}
-
-
 wxSocketError wxSocketImplUnix::GetLastError() const
 {
     switch ( errno )