1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-17 11:30:49 +02:00

* Obsolete code.

This commit is contained in:
Christian Muehlhaeuser
2013-07-24 03:55:57 +02:00
parent cd20fbbab7
commit 784fe292a2

View File

@@ -323,7 +323,6 @@ PlayableProxyModel::lessThan( int column, const Tomahawk::query_ptr& q1, const T
{
Tomahawk::result_ptr r = q1->results().first();
bitrate1 = r->bitrate();
duration1 = r->track()->duration();
mtime1 = r->modificationTime();
size1 = r->size();
year1 = r->track()->year();
@@ -334,7 +333,6 @@ PlayableProxyModel::lessThan( int column, const Tomahawk::query_ptr& q1, const T
{
Tomahawk::result_ptr r = q2->results().first();
bitrate2 = r->bitrate();
duration2 = r->track()->duration();
mtime2 = r->modificationTime();
size2 = r->size();
year2 = r->track()->year();