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

Remove old stray definitions

parent 4d794d1e
......@@ -114,10 +114,6 @@ typedef void (*vlc_log_cb) (void *data, int type, const vlc_log_t *item,
VLC_API void vlc_LogSet(libvlc_int_t *, vlc_log_cb cb, void *data);
typedef struct msg_subscription { } msg_subscription_t;
#define vlc_Subscribe(sub,cb,data) ((sub), (cb), (data))
#define vlc_Unsubscribe(sub) ((void)(sub))
/*@}*/
#if defined( _WIN32 ) && !VLC_WINSTORE_APP
......
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