From: RĂ©mi Denis-Courmont Date: Sat, 23 May 2009 16:14:08 +0000 (+0300) Subject: Remove non-existent types X-Git-Tag: 1.1.0-ff~5808 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bbf31a42e6109a4d2fb8a7b7e08cc8a62d29a3d6;p=vlc Remove non-existent types --- diff --git a/include/vlc_common.h b/include/vlc_common.h index 869bfc4945..f75611ffb4 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -179,8 +179,6 @@ typedef struct config_category_t config_category_t; /* Interface */ typedef struct intf_thread_t intf_thread_t; typedef struct intf_sys_t intf_sys_t; -typedef struct intf_msg_t intf_msg_t; -typedef struct user_widget_t user_widget_t; /* Input */ typedef struct input_thread_t input_thread_t;