]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/vlc_model.cpp
input: drop ITEM_TYPE_CDDA
[vlc] / modules / gui / qt4 / components / playlist / vlc_model.cpp
index 40465a2d4a9607433e818bd2f873677a3f9ad129..3c4c67f00c095e870052ad5bcb782795f6066064 100644 (file)
@@ -55,7 +55,6 @@ VLCModel::VLCModel( intf_thread_t *_p_intf, QObject *parent )
     ADD_ICON( FILE, ":/type/file" );
     ADD_ICON( DIRECTORY, ":/type/directory" );
     ADD_ICON( DISC, ":/type/disc" );
-    ADD_ICON( CDDA, ":/type/cdda" );
     ADD_ICON( CARD, ":/type/capture-card" );
     ADD_ICON( STREAM, ":/type/stream" );
     ADD_ICON( PLAYLIST, ":/type/playlist" );