1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-22 16:59:58 +01:00

* Remove obsolete info-id.

This commit is contained in:
Christian Muehlhaeuser 2012-05-27 19:19:44 +02:00
parent 401d52d6f0
commit 13befb9d6f
2 changed files with 0 additions and 2 deletions

View File

@ -35,7 +35,6 @@ using namespace Tomahawk;
TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* parent )
: QWidget( parent )
, ui( new Ui::TrackInfoWidget )
, m_infoId( uuid() )
{
ui->setupUi( this );
QPalette pal = palette();

View File

@ -91,7 +91,6 @@ private:
AlbumModel* m_relatedTracksModel;
QString m_title;
QPixmap m_pixmap;
QString m_infoId;
};
#endif // TRACKINFOWIDGET_H