summaryrefslogtreecommitdiffstats
path: root/src/polyp/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyp/context.c')
-rw-r--r--src/polyp/context.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/polyp/context.c b/src/polyp/context.c
index c9a65847..d5cf90f8 100644
--- a/src/polyp/context.c
+++ b/src/polyp/context.c
@@ -142,13 +142,6 @@ pa_context *pa_context_new(pa_mainloop_api *mainloop, const char *name) {
#endif
pa_client_conf_env(c->conf);
-#ifdef OS_IS_WIN32
- {
- WSADATA data;
- WSAStartup(MAKEWORD(2, 0), &data);
- }
-#endif
-
return c;
}
@@ -187,10 +180,6 @@ static void context_free(pa_context *c) {
pa_xfree(c->name);
pa_xfree(c->server);
pa_xfree(c);
-
-#ifdef OS_IS_WIN32
- WSACleanup();
-#endif
}
pa_context* pa_context_ref(pa_context *c) {