From bbf31a42e6109a4d2fb8a7b7e08cc8a62d29a3d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 23 May 2009 19:14:08 +0300 Subject: [PATCH] Remove non-existent types --- include/vlc_common.h | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.2