bintext: mark hscroll() as unused

This fixes a warning about a unused function
Alternatively the function could be removed

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-09-09 03:03:49 +02:00
parent c3c646a868
commit ab94d1be7a
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
}
#define DEFAULT_BG_COLOR 0
static void hscroll(AVCodecContext *avctx)
av_unused static void hscroll(AVCodecContext *avctx)
{
XbinContext *s = avctx->priv_data;
if (s->y < avctx->height - s->font_height) {