summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ivy/ThreadedSocket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Ivy/ThreadedSocket.h b/Ivy/ThreadedSocket.h
index 19fca4f..1a3f405 100644
--- a/Ivy/ThreadedSocket.h
+++ b/Ivy/ThreadedSocket.h
@@ -161,8 +161,6 @@ protected:
// wrapper for thread routine
static DWORD WINAPI SocketThreadProc( void * pParam );
-static void Init();
-static bool Initialized;
};