]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/playlist_item.cpp
Remove the Rating column from the inteface because with don't save any information...
[vlc] / modules / gui / qt4 / components / playlist / playlist_item.cpp
index 32aa4a7e4b01299b6f65b7149f6e80cfb98537c1..02dbc6b9a82ffc73eac1478b0b21f87f3ff82f55 100644 (file)
@@ -136,9 +136,6 @@ void PLItem::updateColumnHeaders()
             case VLC_META_ENGINE_SEQ_NUM:
                 item_col_strings.append( qtr( VLC_META_SEQ_NUM ) );
                 break;
-            case VLC_META_ENGINE_RATING:
-                item_col_strings.append( qtr( VLC_META_RATING ) );
-                break;
             case VLC_META_ENGINE_TRACKID:
                 item_col_strings.append( qtr( VLC_META_TRACKID ) );
                 break;
@@ -258,9 +255,6 @@ void PLItem::update( playlist_item_t *p_item, bool iscurrent )
             case VLC_META_ENGINE_SEQ_NUM:
                 ADD_META( p_item, TrackNum );
                 break;
-            case VLC_META_ENGINE_RATING:
-                ADD_META( p_item, Rating );
-                break;
             case VLC_META_ENGINE_TRACKID:
                 item_col_strings.append( QString::number( p_item->i_id ) );
                 break;