]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/PlayListWindow.h
+ src/libvlc.h: use KEY_SPACE instead of ' '
[vlc] / modules / gui / beos / PlayListWindow.h
index 0938b5f9ed970ce37192b709e34caab748a50e44..2557635fe7ab8a360b419cdc1b9bd2610a47600e 100644 (file)
@@ -2,7 +2,7 @@
  * PlayListWindow.h: BeOS interface window class prototype
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: PlayListWindow.h,v 1.8 2004/01/26 16:52:31 zorglub Exp $
+ * $Id$
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *          Tony Castley <tcastley@mail.powerup.com.au>
@@ -75,7 +75,6 @@ class PlayListWindow : public BWindow
                        BMenu*                          fViewMenu;
                        
                        intf_thread_t *     p_intf;
-                       VlcWrapper *            p_wrapper;
 };
 
 #endif // BEOS_PLAY_LIST_WINDOW_H