]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout_window.h
LUA: hide EINTR from scripts and remove the timeout feature
[vlc] / include / vlc_vout_window.h
index f4dddeae35c7d66c1f8b106f426430121cd3ed1c..a3df6d56b3267f6fb2d88c548ee2f11312518f38 100644 (file)
@@ -79,11 +79,6 @@ typedef struct {
 struct vout_window_t {
     VLC_COMMON_MEMBERS
 
-    /* Initial state (reserved).
-     * Once the open function is called, it will be set to NULL
-     */
-    const vout_window_cfg_t *cfg;
-
     /* window handle (mandatory)
      *
      * It must be filled in the open function.