Commit fae8c7ce authored by Rémi Duraffort's avatar Rémi Duraffort

vcdx: cleanup (theses values does not belong to this enum).

parent e142a23e
......@@ -557,16 +557,6 @@ vcdplayer_pbc_nav ( access_t * p_access, uint8_t *wait_time )
}
break;
}
case VCDINFO_ITEM_TYPE_NOTFOUND:
LOG_ERR( "NOTFOUND in PBC -- not supposed to happen" );
break;
case VCDINFO_ITEM_TYPE_SPAREID2:
LOG_ERR( "SPAREID2 in PBC -- not supposed to happen" );
break;
case VCDINFO_ITEM_TYPE_LID:
LOG_ERR( "LID in PBC -- not supposed to happen" );
break;
default:
;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment