summaryrefslogtreecommitdiffstats
path: root/stream/pnm.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-30 08:14:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-30 08:14:41 +0000
commit4de99aade125074f3b17844da8d9473a82435ad4 (patch)
tree54ade71261bba0af39841fb2d662662548391aa0 /stream/pnm.h
parent33772c10655a4b6443666d858fc8824cefb6a05a (diff)
downloadmpv-4de99aade125074f3b17844da8d9473a82435ad4.tar.bz2
mpv-4de99aade125074f3b17844da8d9473a82435ad4.tar.xz
Remove unused functions, fixes the warnings:
pnm.c:853: warning: 'pnm_peek_header' defined but not used pnm.c:859: warning: 'pnm_close' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24888 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/pnm.h')
-rw-r--r--stream/pnm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/stream/pnm.h b/stream/pnm.h
index 1c4eb2120b..de508004a7 100644
--- a/stream/pnm.h
+++ b/stream/pnm.h
@@ -33,9 +33,6 @@ typedef struct pnm_s pnm_t;
//pnm_t* pnm_connect (int fd,char *url);
//int pnm_read (pnm_t *this, char *data, int len);
-//void pnm_close (pnm_t *this);
-
-//int pnm_peek_header (pnm_t *this, char *data);
#endif