Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libcelt/entenc.c')
-rw-r--r--libcelt/entenc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcelt/entenc.c b/libcelt/entenc.c
index a1702e8..7e67a7f 100644
--- a/libcelt/entenc.c
+++ b/libcelt/entenc.c
@@ -51,10 +51,6 @@ void ec_byte_shrink(ec_byte_buffer *_b, long _size){
_b->storage=_size;
}
-void ec_byte_writetrunc(ec_byte_buffer *_b,long _bytes){
- _b->ptr=_b->buf+_bytes;
-}
-
void ec_byte_write1(ec_byte_buffer *_b,unsigned _value){
ptrdiff_t endbyte;
endbyte=_b->ptr-_b->buf;