]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/InterfaceWindow.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / beos / InterfaceWindow.h
index ccb0855de57c49a9682f3e492b6087f39064d718..ce4219e995ff30797284a960b3887b0d8193fdae 100644 (file)
@@ -32,7 +32,9 @@
 
 class BMenuBar;
 class MediaControlView;
+#if 0
 class PlayListWindow;
+#endif
 class BFilePanel;
 class PreferencesWindow;
 class MessagesWindow;
@@ -105,11 +107,11 @@ class InterfaceWindow : public BWindow
             void            UpdatePlaylist();
 
             bool            IsStopped() const;
-        
     MediaControlView*        p_mediaControl;
     MessagesWindow*         fMessagesWindow;
 
- private:    
+ private:
             void            _SetMenusEnabled( bool hasFile,
                                               bool hasChapters = false,
                                               bool hasTitles = false );
@@ -126,7 +128,9 @@ class InterfaceWindow : public BWindow
     bool                    b_playlist_update;
 
     BFilePanel*             fFilePanel;
+#if 0
     PlayListWindow*         fPlaylistWindow;
+#endif
     PreferencesWindow*      fPreferencesWindow;
     BMenuBar*               fMenuBar;
     BMenuItem*              fGotoMenuMI;