]> git.sesse.net Git - vlc/blobdiff - modules/gui/wince/interface.cpp
Remove unused i_enabled member from the playlist struct
[vlc] / modules / gui / wince / interface.cpp
index 37cef1fdaa3e68f73c1fdeb9e9cabecc77a863cb..25f87953bd7a3e7e39f34611d0c578f4180557f7 100644 (file)
@@ -638,7 +638,7 @@ void Interface::OnPlayStream( void )
         vlc_object_find( p_intf, VLC_OBJECT_PLAYLIST, FIND_ANYWHERE );
     if( p_playlist == NULL ) return;
 
-    if( p_playlist->i_size && p_playlist->i_enabled )
+    if( p_playlist->i_size )
     {
         vlc_value_t state;