]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
Hide interaction object layout
[vlc] / include / vlc_interface.h
index 3053a7a169680f0e89075629f7505457479892b5..f24633bc0f668d1bc9663118111923bd3f8358e7 100644 (file)
@@ -273,20 +273,6 @@ enum
     INTERACT_DESTROY
 };
 
-/**
- * This structure contains the active interaction dialogs, and is
- * used by the manager
- */
-struct interaction_t
-{
-    VLC_COMMON_MEMBERS
-
-    int                         i_dialogs;      ///< Number of dialogs
-    interaction_dialog_t      **pp_dialogs;     ///< Dialogs
-    intf_thread_t              *p_intf;         ///< Interface to use
-    int                         i_last_id;      ///< Last attributed ID
-};
-
 /***************************************************************************
  * Exported symbols
  ***************************************************************************/