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
D: communication with channel server
S: France
N: Stephan Assmus
E: stippi@yellowbites.com
C: stippi
D: BeOS module fixes and enhancements
S: Germany
N: Sigmund Augdal
E: sigmunau@idi.ntnu.no
D: lirc plugin
......@@ -358,6 +364,12 @@ E: heiko.panther@web.de
D: Mac OS X audio device selection framework
S: Germany
N: Eric Petit
E: titer@videolan.org
C: titer
D: BeOS module fixes and enhancements
S: France
N: Olivier Pomel
E: pomel@via.ecp.fr
C: pomel
......@@ -376,6 +388,12 @@ D: Familiar Linux interface
D: Dutch Translation
S: Netherlands
N: Arnaud Schauly
E: gitan@via.ecp.fr
C: gitan
D: SAP module
S: France
N: Steven M. Schultz
E: sms@TO.GD-ES.COM
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
#
......@@ -23,7 +23,7 @@
- Debian GNU/Linux : [sam]
- Mandrake Linux : Yves Duret
- BeOS : Tony Castley (Eric Petit)
- BeOS : Eric Petit (Stephan Assmus)
- Windows : [gibalou]
- Mac OS X : [jlj] ([meuuh])
- QNX RTOS : [jlj]
......
......@@ -2,7 +2,7 @@
* InterfaceWindow.cpp: beos interface
*****************************************************************************
* 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>
* Samuel Hocevar <sam@zoy.org>
......@@ -937,6 +937,7 @@ void LanguageMenu::AttachedToWindow()
*****************************************************************************/
void LanguageMenu::_GetChannels()
{
#if 0 // must be ported to 0.5.0
char *psz_name;
bool b_active;
BMessage *msg;
......@@ -954,7 +955,6 @@ void LanguageMenu::_GetChannels()
menu_item->SetMarked( true );
}
#if 0
input_thread_t* input = p_intf->p_sys->p_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