X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_vout_window.h;h=a3df6d56b3267f6fb2d88c548ee2f11312518f38;hb=314c242ab041d515c1b2f1a82ee1a3fe4fe715a5;hp=f4dddeae35c7d66c1f8b106f426430121cd3ed1c;hpb=a75bbdb2c2c81e25a6612118b75db3721c5036b7;p=vlc diff --git a/include/vlc_vout_window.h b/include/vlc_vout_window.h index f4dddeae35..a3df6d56b3 100644 --- a/include/vlc_vout_window.h +++ b/include/vlc_vout_window.h @@ -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.