vlc_interface: remove unused vlc_value_t in interaction_dialog_t

This commit is contained in:
Steve Lhomme 2023-12-01 15:48:41 +01:00
parent 7c16f0fa8a
commit a499450e0f
1 changed files with 0 additions and 1 deletions

View File

@ -270,7 +270,6 @@ typedef struct interaction_dialog_t
char *psz_returned[1]; ///< returned responses from the user
vlc_value_t val; ///< value coming from core for dialogue
int i_timeToGo; ///< time (in sec) until shown progress is finished
bool b_cancelled; ///< was the dialogue cancelled ?