summaryrefslogtreecommitdiffstats
path: root/libvo/vo_jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_jpeg.c')
-rw-r--r--libvo/vo_jpeg.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/libvo/vo_jpeg.c b/libvo/vo_jpeg.c
index 9fe73f425f..9e113d2515 100644
--- a/libvo/vo_jpeg.c
+++ b/libvo/vo_jpeg.c
@@ -313,16 +313,6 @@ static int int_zero_hundred(int *val)
return 0;
}
-/** \brief Validation function for maxfiles > 0
- */
-
-static int int_pos(int *mf)
-{
- if ( *mf > 0 )
- return 1;
- return 0;
-}
-
static uint32_t preinit(const char *arg)
{
opt_t subopts[] = {