From d8af90aa4c04378d7d6d7949db1ab1c2377cfb96 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 25 Feb 2010 14:52:36 +0100 Subject: spice client: add ipv6 support. #566444 Signed-off-by: Gerd Hoffmann --- client/red_peer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/red_peer.h') diff --git a/client/red_peer.h b/client/red_peer.h index 6a80f8cb..86e481a8 100644 --- a/client/red_peer.h +++ b/client/red_peer.h @@ -121,8 +121,6 @@ public: uint32_t recive(uint8_t* buf, uint32_t size); uint32_t send(uint8_t* buf, uint32_t size); - static uint32_t host_by_name(const char *host); - protected: virtual void on_event() {} virtual int get_socket() { return _peer;} -- cgit