]> git.sesse.net Git - vlc/blobdiff - include/vlc_dialog.h
Gives the input_thread_t to use to vout_Request().
[vlc] / include / vlc_dialog.h
index 4b99ce766b39dba802108f8da62b0f9f7e6fc0c6..0f3d20411b3477821946097dcbf1f1574a7ec709 100644 (file)
@@ -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 *);