summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c7
-rw-r--r--libvo/vo_pnm.c10
2 files changed, 0 insertions, 17 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 0614dbe844..f84065d868 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -472,13 +472,6 @@ uninit(void)
vo_x11_uninit();
}
-static int int_non_neg(int *sh)
-{
- if ( *sh < 0 )
- return 0;
- return 1;
-}
-
static opt_t subopts[] = {
{"manyfmts", OPT_ARG_BOOL, &many_fmts, NULL},
{"osd", OPT_ARG_BOOL, &use_osd, NULL},
diff --git a/libvo/vo_pnm.c b/libvo/vo_pnm.c
index 68d4866a08..f4e04c39dc 100644
--- a/libvo/vo_pnm.c
+++ b/libvo/vo_pnm.c
@@ -103,16 +103,6 @@ void pnm_write_error(void) {
/* ------------------------------------------------------------------------- */
-/** \brief Validation function for maxfiles
- */
-
-static int int_pos(int *mf)
-{
- if ( *mf > 0 )
- return 1;
- return 0;
-}
-
/** \brief Pre-initialisation.
*
* This function is called before initialising the video output driver. It