]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
implemented the display device selector.
[vlc] / include / vlc_playlist.h
index 9e8321139d4f6d5b991e4c0520984f2bbe965a82..12f96e344e7a00b5388ccd95ec6d84161a91fe5d 100644 (file)
@@ -120,7 +120,7 @@ TYPEDEF_ARRAY(input_item_t*, input_item_array_t);
  * will maybe become useful again when we merge VLM;
  *
  * To delete an item, use playlist_DeleteFromInput( input_id ) which will
- * remove all occurences of the input in both trees
+ * remove all occurrences of the input in both trees
  *
  * @{
  */
@@ -237,7 +237,6 @@ struct playlist_t
     } request;
 
     // Playlist-unrelated fields
-    interaction_t       *p_interaction;    /**< Interaction manager */
     input_thread_t      *p_stats_computer; /**< Input thread computing stats */
     global_stats_t      *p_stats;          /**< Global statistics */
 };