From: RĂ©mi Denis-Courmont Date: Mon, 12 Jan 2009 20:42:12 +0000 (+0200) Subject: Remove useless console type and pointer X-Git-Tag: 1.0.0-pre1~1367 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=61f37d78d962904ef3d2c5619b88144bf7a3338b;p=vlc Remove useless console type and pointer --- diff --git a/include/vlc_common.h b/include/vlc_common.h index 4959045409..2d8e672486 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -179,7 +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_console_t intf_console_t; typedef struct intf_msg_t intf_msg_t; typedef struct interaction_t interaction_t; typedef struct interaction_dialog_t interaction_dialog_t; diff --git a/include/vlc_interface.h b/include/vlc_interface.h index feb738acd6..3053a7a169 100644 --- a/include/vlc_interface.h +++ b/include/vlc_interface.h @@ -55,7 +55,6 @@ struct intf_thread_t #endif /* Specific interfaces */ - intf_console_t * p_console; /** console */ intf_sys_t * p_sys; /** system interface */ char * psz_intf; /** intf name specified */