From e3b7d577b4c1ec7c2c53be3d87506c206ec07ffc Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Mon, 14 Jul 2014 15:26:05 +0530 Subject: lib: Remove unused function definitions Pointed out in a review by slomo --- src/lib.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/lib.h b/src/lib.h index 0fb3f02..c2b5f32 100644 --- a/src/lib.h +++ b/src/lib.h @@ -66,17 +66,11 @@ struct _TranscodeClientCtx { void stp_cleanup_transcode_server_ctx (TranscodeServerCtx *ctx); void stp_cleanup_transcode_client_ctx (TranscodeClientCtx *ctx); -void stp_close_client_ctx (TranscodeClientCtx *ctx); gboolean stp_on_gst_bus_message (GstBus *bus, GstMessage *msg, TranscodeServerCtx *ctx); -gboolean stp_copy_chunk_to_fd (SoupBuffer *chunk, - int fd); -gboolean stp_copy_fd_to_body (TranscodeClientCtx *ctx); -gboolean stp_fd_has_data_to_read (int fd); - GstBuffer* stp_get_streamheader_from_caps (GstCaps *caps); GstBuffer* stp_get_gst_buffer (SoupBuffer *chunk); -- cgit v0.11.2-2-gd1dd