Mercurial > mplayer.hg
changeset 32699:6d0b010a2bb7
Remove unused define/undef.
author | cboesch |
---|---|
date | Wed, 12 Jan 2011 22:47:40 +0000 |
parents | b171c744cd06 |
children | 2821d9499621 |
files | libvo/vo_md5sum.c |
diffstat | 1 files changed, 0 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_md5sum.c Wed Jan 12 17:51:31 2011 +0000 +++ b/libvo/vo_md5sum.c Wed Jan 12 22:47:40 2011 +0000 @@ -46,13 +46,6 @@ /* ------------------------------------------------------------------------- */ -/* Defines */ - -/* Used for temporary buffers to store file- and pathnames */ -#define BUFLENGTH 512 - -/* ------------------------------------------------------------------------- */ - /* Info */ static const vo_info_t info= @@ -303,11 +296,3 @@ static void flip_page (void) { } - -/* ------------------------------------------------------------------------- */ - -#undef BUFLENGTH -#undef MD5SUM_RGB_MODE -#undef MD5SUM_YUV_MODE - -/* ------------------------------------------------------------------------- */