]> git.sesse.net Git - vlc/blobdiff - modules/gui/ncurses.c
Removed unused STOP_S input state.
[vlc] / modules / gui / ncurses.c
index aa04a67108dc34a025685b08eb0ca7e0b1ce7d6d..74193f89d63c93f679dc6ae14487364d5a4ef7c4 100644 (file)
@@ -1543,10 +1543,6 @@ static void Redraw( intf_thread_t *p_intf, time_t *t_last_refresh )
         {
             mvnprintw( y++, 0, COLS, _(" State    : Playing %s"), psz_state );
         }
-        else if( val.i_int == STOP_S )
-        {
-            mvnprintw( y++, 0, COLS, _(" State    : Stopped %s"), psz_state );
-        }
         else if( val.i_int == OPENING_S )
         {
             mvnprintw( y++, 0, COLS, _(" State    : Opening/Connecting %s"), psz_state );