aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_ogg_vorbis.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-04 17:12:35 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-04 17:12:35 +0000
commit60405e3ce3c741f4b2abf2cb1871b44b33517997 (patch)
treecba2dac7cdbbf0860b4e63f811305a85fb13ffde /formats/format_ogg_vorbis.c
parent49df167b760adfba43700adbfe3ac91429e43d0a (diff)
remove an unused function.
Funny enough, compiling with -O6 gives no warning, whereas -O2 gives a warning for an unused function declared static. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17330 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats/format_ogg_vorbis.c')
-rw-r--r--formats/format_ogg_vorbis.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/formats/format_ogg_vorbis.c b/formats/format_ogg_vorbis.c
index 013751c48..133317689 100644
--- a/formats/format_ogg_vorbis.c
+++ b/formats/format_ogg_vorbis.c
@@ -523,12 +523,6 @@ static off_t ogg_vorbis_tell(struct ast_filestream *s)
return -1;
}
-static char *ogg_vorbis_getcomment(struct ast_filestream *s)
-{
- ast_log(LOG_WARNING, "Getting comments is not supported on OGG/Vorbis streams!\n");
- return NULL;
-}
-
static struct ast_format_lock me = { .usecnt = -1 };
static const struct ast_format vorbis_f = {