]> git.sesse.net Git - vlc/blobdiff - include/vlc_dialog.h
Separate variable for modal and non modal errors
[vlc] / include / vlc_dialog.h
index 0270cb8baa6143023a02e65379e8603e2ef234e7..4b99ce766b39dba802108f8da62b0f9f7e6fc0c6 100644 (file)
@@ -35,7 +35,6 @@ typedef struct dialog_fatal_t
 {
     const char *title;
     const char *message;
-    bool modal;
 } dialog_fatal_t;
 
 VLC_EXPORT( void, dialog_VFatal, (vlc_object_t *, bool, const char *, const char *, va_list) );