Index: silk/API.h |
diff --git a/silk/API.h b/silk/API.h |
index c77ad2f5bf4ff694222d3348f5e0bb9133aef6d9..4b8ca12ac667792d0ae421d93c70baeb86f04eca 100644 |
--- a/silk/API.h |
+++ b/silk/API.h |
@@ -67,14 +67,6 @@ opus_int silk_InitEncoder( /* O Returns error co |
silk_EncControlStruct *encStatus /* O Encoder Status */ |
); |
-/***************************************/ |
-/* Read control structure from encoder */ |
-/***************************************/ |
-opus_int silk_QueryEncoder( /* O Returns error code */ |
- const void *encState, /* I State */ |
- silk_EncControlStruct *encStatus /* O Encoder Status */ |
-); |
- |
/**************************/ |
/* Encode frame with Silk */ |
/**************************/ |