]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/timer.cpp
* modules/gui/wxwidgets: start of a playlist_manager widget.
[vlc] / modules / gui / wxwidgets / timer.cpp
index e8514be145c4c148b88a0d9ac7a4e151f2e55580..50555e61c39bc29fb56a1a5d65fe96ce3293599e 100644 (file)
@@ -98,12 +98,7 @@ void Timer::Notify()
 
     /* Call update */
     p_main_interface->input_manager->Update();
-
-    if( p_main_interface->input_manager->IsPlaying() )
-    {
-        /* Take care of the volume, etc... */
-        p_main_interface->Update();
-    }
+    p_main_interface->Update();
 
     /* Show the interface, if requested */
     if( p_intf->p_sys->b_intf_show )