summaryrefslogtreecommitdiffstats
path: root/libvo/vo_md5sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_md5sum.c')
-rw-r--r--libvo/vo_md5sum.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/libvo/vo_md5sum.c b/libvo/vo_md5sum.c
index 0a2170bbd7..dc3487ef3b 100644
--- a/libvo/vo_md5sum.c
+++ b/libvo/vo_md5sum.c
@@ -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
-
-/* ------------------------------------------------------------------------- */