]> git.sesse.net Git - vlc/commitdiff
Remove useless console type and pointer
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Mon, 12 Jan 2009 20:42:12 +0000 (22:42 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Mon, 12 Jan 2009 20:42:12 +0000 (22:42 +0200)
include/vlc_common.h
include/vlc_interface.h

index 495904540914d747d2bb7838b5a710eb788184fa..2d8e672486ddab0dc027bc02c637e302d7117e86 100644 (file)
@@ -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;
index feb738acd68746c26fc8980b439eb1b73b21e25f..3053a7a169680f0e89075629f7505457479892b5 100644 (file)
@@ -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 */