never has been needed

svn path=/trunk/KDE/kdelibs/; revision=1128636
This commit is contained in:
Aaron J. Seigo 2010-05-19 20:02:31 +00:00
parent 7c64c65251
commit fe70333098
2 changed files with 0 additions and 20 deletions

View File

@ -300,17 +300,6 @@ void DataEngine::setPollingInterval(uint frequency)
}
}
/*
NOTE: This is not implemented to prevent having to store the value internally.
When there is a good use case for needing access to this value, we can
add another member to the Private class and add this method.
void DataEngine::pollingInterval()
{
return d->pollingInterval;
}
*/
void DataEngine::removeSource(const QString &source)
{
//kDebug() << "removing source " << source;

View File

@ -394,15 +394,6 @@ NoAlignment) const;
**/
void setPollingInterval(uint frequency);
/**
* Returns the current update frequency.
* @see setPollingInterval
NOTE: This is not implemented to prevent having to store the value internally.
When there is a good use case for needing access to this value, we can
add another member to the Private class and add this method.
uint pollingInterval();
**/
/**
* Removes all data sources
**/