]> git.sesse.net Git - vlc/blobdiff - modules/control/dbus.c
Removed unused STOP_S input state.
[vlc] / modules / control / dbus.c
index 28ffe2fa5253d0d54163d93d9bcac91e53eea216..79aaca13fa2054076ac0bc9c3a371e8e216f781b 100644 (file)
@@ -942,7 +942,7 @@ static int StateChange( vlc_object_t *p_this, const char* psz_var,
     }
 
     if( newval.i_int == PLAYING_S || newval.i_int == PAUSE_S ||
-        newval.i_int == STOP_S ||  newval.i_int == END_S )
+        newval.i_int == END_S )
     {
         StatusChangeSignal( p_sys->p_conn, (void*) p_intf );
     }