From: Eric Petit Date: Wed, 4 Dec 2002 02:16:23 +0000 (+0000) Subject: * InterfaceWindow.cpp: removed warnigs X-Git-Tag: 0.5.0~606 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6d1429740defd11c2f903991dc8273cb46fa543f;p=vlc * InterfaceWindow.cpp: removed warnigs * AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself --- diff --git a/AUTHORS b/AUTHORS index 8c0dc8f0c4..f4372fb772 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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 diff --git a/MAINTAINERS b/MAINTAINERS index 7b351bb1fa..3bb7271a06 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,4 +1,4 @@ -# $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] diff --git a/modules/gui/beos/InterfaceWindow.cpp b/modules/gui/beos/InterfaceWindow.cpp index 7710ef6f8a..afb96f5a46 100644 --- a/modules/gui/beos/InterfaceWindow.cpp +++ b/modules/gui/beos/InterfaceWindow.cpp @@ -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 * Samuel Hocevar @@ -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 ) {