]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/VlcWrapper.h
modules/gui/beos/*: fixed a few things I broke recently (dvd menus,
[vlc] / modules / gui / beos / VlcWrapper.h
index 48880af6b55c917d0561a8120aadc60162ba6f7a..d824c08153bdc2dbac28ffe2c7e18c805990a4ab 100644 (file)
@@ -2,7 +2,7 @@
  * VlcWrapper.h: BeOS plugin for vlc (derived from MacOS X port)
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: VlcWrapper.h,v 1.21 2003/04/22 16:36:16 titer Exp $
+ * $Id: VlcWrapper.h,v 1.22 2003/05/07 14:49:19 titer Exp $
  *
  * Authors: Florian G. Pflug <fgp@phlo.org>
  *          Jon Lech Johansen <jon-vl@nanocrew.net>
@@ -46,7 +46,6 @@ struct intf_sys_t
     int                  i_part;
     audio_volume_t       i_saved_volume;
     int                  i_channel;
-    bool                 b_dvdmenus;
     
     VlcWrapper *         p_wrapper;
 };