X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_dialog.h;h=0f3d20411b3477821946097dcbf1f1574a7ec709;hb=4b9c63a36eded246ad9ef1ea0de0cf7b38d29ad9;hp=4b99ce766b39dba802108f8da62b0f9f7e6fc0c6;hpb=afacc88aab72550887cbe868e7d7f17b1d3baabd;p=vlc diff --git a/include/vlc_dialog.h b/include/vlc_dialog.h index 4b99ce766b..0f3d20411b 100644 --- a/include/vlc_dialog.h +++ b/include/vlc_dialog.h @@ -101,7 +101,6 @@ typedef struct dialog_progress_bar_t const char *message; const char *cancel; /* Permanent parameters */ - vlc_mutex_t lock; void (*pf_update) (void *, const char *, float); bool (*pf_check) (void *); void (*pf_destroy) (void *);