diff options
Diffstat (limited to 'core/io/stream_peer_tcp.h')
| -rw-r--r-- | core/io/stream_peer_tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/io/stream_peer_tcp.h b/core/io/stream_peer_tcp.h index a97f42937..36ed9d1d7 100644 --- a/core/io/stream_peer_tcp.h +++ b/core/io/stream_peer_tcp.h @@ -56,7 +56,6 @@ protected: static void _bind_methods(); public: - virtual void set_ip_type(IP::Type p_type); virtual Error connect(const IP_Address &p_host, uint16_t p_port) = 0; //read/write from streampeer |
