From edf4053b98945a4247a3bb65c4700893a1effd48 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 8 Feb 2010 10:14:42 +0000 Subject: Remove disabled AVIFILE-specific preprocessor code. It will never get enabled in MPlayer, nor is it more than cruft. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30526 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/win32.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'loader/win32.h') diff --git a/loader/win32.h b/loader/win32.h index 1e90827da0..bc2a28aeb8 100644 --- a/loader/win32.h +++ b/loader/win32.h @@ -12,15 +12,6 @@ #include "wine/winbase.h" #include "com.h" -#ifdef AVIFILE -#ifdef __GNUC__ -#include "avm_output.h" -#ifndef __cplusplus -#define printf(a, ...) avm_printf("Win32 plugin", a, ## __VA_ARGS__) -#endif -#endif -#endif - void my_garbagecollection(void); typedef struct { -- cgit v1.2.3