From cb45553f577f8e0ebfe05d3287e1b6fa5859b967 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 20 Oct 2012 15:22:41 +0200 Subject: Remove pointless #undefs of previously forbidden functions. --- libavdevice/libcdio.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavdevice/libcdio.c') diff --git a/libavdevice/libcdio.c b/libavdevice/libcdio.c index a82ad67f34..e846ee635b 100644 --- a/libavdevice/libcdio.c +++ b/libavdevice/libcdio.c @@ -33,9 +33,6 @@ #include "libavformat/avformat.h" #include "libavformat/internal.h" -/* cdio returns some malloced strings that need to be free()d */ -#undef free - typedef struct CDIOContext { AVClass *class; cdrom_drive_t *drive; -- cgit v1.2.3