]> git.sesse.net Git - vlc/blobdiff - include/vlc_configuration.h
Remove unused ACL parameter of httpd_StreamNew()
[vlc] / include / vlc_configuration.h
index aa8748628673d3f260026304b1c90ea9782fa207..fa045938d3cd5e50d8588b2c035faeeb310ebe81 100644 (file)
@@ -71,7 +71,6 @@ struct module_config_t
     char         i_short;                     /* Optional short option name */
 
     /* Misc */
-    unsigned    b_dirty:1;        /* Dirty flag to indicate a config change */
     unsigned    b_advanced:1;        /* Flag to indicate an advanced option */
     unsigned    b_internal:1; /* Flag to indicate option is not to be shown */
     unsigned    b_unsaveable:1;               /* Config should not be saved */