diff --git a/libs/libiax2/src/iax.c b/libs/libiax2/src/iax.c
index 9d421461d9512d7f84c3736ac909a967840e15ed..5c184a1de6727ce75b0ed00ffa588b593cbeb4d1 100644
--- a/libs/libiax2/src/iax.c
+++ b/libs/libiax2/src/iax.c
@@ -249,21 +249,6 @@ void iax_disable_debug(void)
 	debug = 0;
 }
 
-void iax_set_private(struct iax_session *s, void *ptr)
-{
-	s->pvt = ptr;
-}
-
-void *iax_get_private(struct iax_session *s)
-{
-	return s->pvt;
-}
-
-void iax_set_sendto(struct iax_session *s, iax_sendto_t ptr)
-{
-	s->sendto = ptr;
-}
-
 
 /* This is a little strange, but to debug you call DEBU(G "Hello World!\n"); */
 #if defined(WIN32)  ||  defined(_WIN32_WCE)