]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
* Fix the state of the playlist and fullscreen button.
[vlc] / modules / gui / macosx / intf.h
index 5e56821560fa23f14620c44e81cae278519a74cd..0b33919536733621c58c12a521de77f602fff48e 100644 (file)
@@ -2,7 +2,7 @@
  * intf.h: MacOS X interface plugin
  *****************************************************************************
  * Copyright (C) 2002-2003 VideoLAN
- * $Id: intf.h,v 1.50 2003/12/11 16:00:09 hartman Exp $
+ * $Id: intf.h,v 1.51 2003/12/11 19:34:47 hartman Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *          Christophe Massiot <massiot@via.ecp.fr>
@@ -100,7 +100,6 @@ struct intf_sys_t
     float f_slider_old;         /* old slider val */ 
     IBOutlet id o_volumeslider; /* volume slider  */
 
-    IBOutlet id o_btn_playlist; /* btn playlist   */
     IBOutlet id o_btn_prev;     /* btn previous   */
     IBOutlet id o_btn_rewind;   /* btn rewind     */
     IBOutlet id o_btn_play;     /* btn play       */