1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Remove Result::isValid as it's always true

This commit is contained in:
Uwe L. Korn 2014-09-28 17:54:39 +01:00
parent 31ec6df2a1
commit cc6e7f349c
2 changed files with 0 additions and 9 deletions

View File

@ -128,13 +128,6 @@ Result::deleteLater()
}
bool
Result::isValid() const
{
return m_track && !m_track->artist().isEmpty() && !m_track->track().isEmpty();
}
void
Result::onResolverRemoved( Tomahawk::Resolver* resolver )
{

View File

@ -72,8 +72,6 @@ public:
virtual ~Result();
bool isValid() const;
QVariant toVariant() const;
QString toString() const;
Tomahawk::query_ptr toQuery();