Commit e2fcd5b9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

include: remove vain evil macro

This confused Doxygen and hid hypothetically invalid casts.
parent c2fa7f2e
......@@ -191,9 +191,6 @@ static inline void vlc_fourcc_to_char( vlc_fourcc_t fcc, char *psz_fourcc )
memcpy( psz_fourcc, &fcc, 4 );
}
#define vlc_fourcc_to_char( a, b ) \
vlc_fourcc_to_char( (vlc_fourcc_t)(a), (char *)(b) )
/*****************************************************************************
* Classes declaration
*****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment