mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Unify StreamPeerTCP/TCP_Server with NetSocket API
This commit is contained in:
@@ -40,8 +40,6 @@
|
||||
#include "drivers/unix/net_socket_posix.h"
|
||||
#include "drivers/unix/rw_lock_posix.h"
|
||||
#include "drivers/unix/semaphore_posix.h"
|
||||
#include "drivers/unix/stream_peer_tcp_posix.h"
|
||||
#include "drivers/unix/tcp_server_posix.h"
|
||||
#include "drivers/unix/thread_posix.h"
|
||||
#include "servers/visual_server.h"
|
||||
|
||||
@@ -125,8 +123,6 @@ void OS_Unix::initialize_core() {
|
||||
|
||||
#ifndef NO_NETWORK
|
||||
NetSocketPosix::make_default();
|
||||
TCPServerPosix::make_default();
|
||||
StreamPeerTCPPosix::make_default();
|
||||
IP_Unix::make_default();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user