[vlc-devel] commit: Remove useless console type and pointer ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Jan 12 21:57:06 CET 2009


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Mon Jan 12 22:42:12 2009 +0200| [61f37d78d962904ef3d2c5619b88144bf7a3338b] | committer: Rémi Denis-Courmont 

Remove useless console type and pointer

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=61f37d78d962904ef3d2c5619b88144bf7a3338b
---

 include/vlc_common.h    |    1 -
 include/vlc_interface.h |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 4959045..2d8e672 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 feb738a..3053a7a 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 */
 




More information about the vlc-devel mailing list