reduce number of calls to gettimeofday

This commit is contained in:
Andrzej Rybczak
2012-09-07 23:11:40 +02:00
parent 89d3bd884f
commit 45a097a45b
8 changed files with 22 additions and 19 deletions

View File

@@ -420,6 +420,11 @@ void Playlist::EnableHighlighting()
UpdateTimer();
}
void Playlist::UpdateTimer()
{
itsTimer = Global::Timer;
}
bool Playlist::SortingInProgress()
{
return w == SortDialog;