Commit 6d142974 authored by Eric Petit's avatar Eric Petit

* InterfaceWindow.cpp: removed warnigs

 * AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
parent 923da588
...@@ -19,6 +19,12 @@ C: marcari ...@@ -19,6 +19,12 @@ C: marcari
D: communication with channel server D: communication with channel server
S: France S: France
N: Stephan Assmus
E: stippi@yellowbites.com
C: stippi
D: BeOS module fixes and enhancements
S: Germany
N: Sigmund Augdal N: Sigmund Augdal
E: sigmunau@idi.ntnu.no E: sigmunau@idi.ntnu.no
D: lirc plugin D: lirc plugin
...@@ -358,6 +364,12 @@ E: heiko.panther@web.de ...@@ -358,6 +364,12 @@ E: heiko.panther@web.de
D: Mac OS X audio device selection framework D: Mac OS X audio device selection framework
S: Germany S: Germany
N: Eric Petit
E: titer@videolan.org
C: titer
D: BeOS module fixes and enhancements
S: France
N: Olivier Pomel N: Olivier Pomel
E: pomel@via.ecp.fr E: pomel@via.ecp.fr
C: pomel C: pomel
...@@ -376,6 +388,12 @@ D: Familiar Linux interface ...@@ -376,6 +388,12 @@ D: Familiar Linux interface
D: Dutch Translation D: Dutch Translation
S: Netherlands S: Netherlands
N: Arnaud Schauly
E: gitan@via.ecp.fr
C: gitan
D: SAP module
S: France
N: Steven M. Schultz N: Steven M. Schultz
E: sms@TO.GD-ES.COM E: sms@TO.GD-ES.COM
D: BSD/OS port D: BSD/OS port
......
# $Id: MAINTAINERS,v 1.3 2002/10/23 23:17:45 gbazin Exp $ # $Id: MAINTAINERS,v 1.4 2002/12/04 02:16:23 titer Exp $
# #
# VLC MAINTAINERS # VLC MAINTAINERS
# #
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
- Debian GNU/Linux : [sam] - Debian GNU/Linux : [sam]
- Mandrake Linux : Yves Duret - Mandrake Linux : Yves Duret
- BeOS : Tony Castley (Eric Petit) - BeOS : Eric Petit (Stephan Assmus)
- Windows : [gibalou] - Windows : [gibalou]
- Mac OS X : [jlj] ([meuuh]) - Mac OS X : [jlj] ([meuuh])
- QNX RTOS : [jlj] - QNX RTOS : [jlj]
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* InterfaceWindow.cpp: beos interface * InterfaceWindow.cpp: beos interface
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN * Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: InterfaceWindow.cpp,v 1.10 2002/11/27 05:36:41 titer Exp $ * $Id: InterfaceWindow.cpp,v 1.11 2002/12/04 02:16:23 titer Exp $
* *
* Authors: Jean-Marc Dressler <polux@via.ecp.fr> * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org> * Samuel Hocevar <sam@zoy.org>
...@@ -937,6 +937,7 @@ void LanguageMenu::AttachedToWindow() ...@@ -937,6 +937,7 @@ void LanguageMenu::AttachedToWindow()
*****************************************************************************/ *****************************************************************************/
void LanguageMenu::_GetChannels() void LanguageMenu::_GetChannels()
{ {
#if 0 // must be ported to 0.5.0
char *psz_name; char *psz_name;
bool b_active; bool b_active;
BMessage *msg; BMessage *msg;
...@@ -954,7 +955,6 @@ void LanguageMenu::_GetChannels() ...@@ -954,7 +955,6 @@ void LanguageMenu::_GetChannels()
menu_item->SetMarked( true ); menu_item->SetMarked( true );
} }
#if 0
input_thread_t* input = p_intf->p_sys->p_input; input_thread_t* input = p_intf->p_sys->p_input;
if ( input ) if ( input )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment