summaryrefslogtreecommitdiffstats
path: root/libvo/vo_pnm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_pnm.c')
-rw-r--r--libvo/vo_pnm.c10
1 files changed, 0 insertions, 10 deletions
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