From 35eda57cb27040769bab39180931ac7713c58311 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Mon, 29 Jan 2018 17:30:46 +1100 Subject: [PATCH] [client] remoted accidential commit of experimental method from header --- client/spice/spice.h | 1 - 1 file changed, 1 deletion(-) diff --git a/client/spice/spice.h b/client/spice/spice.h index 9d72c4ed..47aea54f 100644 --- a/client/spice/spice.h +++ b/client/spice/spice.h @@ -22,7 +22,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA #include bool spice_connect(const char * host, const short port, const char * password); -void spice_drain(); void spice_disconnect(); bool spice_process(); bool spice_ready();