0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

cleanup: vo_md5sum: Remove unused define/undef

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32786 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cboesch 2011-01-12 22:47:40 +00:00 committed by Uoti Urpala
parent 9cc34ca725
commit 303865cb81

View File

@ -45,13 +45,6 @@
/* ------------------------------------------------------------------------- */
/* Defines */
/* Used for temporary buffers to store file- and pathnames */
#define BUFLENGTH 512
/* ------------------------------------------------------------------------- */
/* Info */
static const vo_info_t info=
@ -302,11 +295,3 @@ static void draw_osd(void)
static void flip_page (void)
{
}
/* ------------------------------------------------------------------------- */
#undef BUFLENGTH
#undef MD5SUM_RGB_MODE
#undef MD5SUM_YUV_MODE
/* ------------------------------------------------------------------------- */