summaryrefslogtreecommitdiff
path: root/code/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/core/core.h')
-rw-r--r--code/core/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/code/core/core.h b/code/core/core.h
index 2dd7951..cf4009f 100644
--- a/code/core/core.h
+++ b/code/core/core.h
@@ -230,8 +230,6 @@ typedef struct ECPSocket {
ECPSockCTable conn;
ECPTimer timer;
ecp_conn_handler_new_t *conn_new;
- ecp_conn_create_t *conn_create;
- ecp_conn_destroy_t *conn_destroy;
#ifdef ECP_WITH_PTHREAD
pthread_t rcvr_thd;
pthread_mutex_t mutex;