Skip to content

Commit

Permalink
note fixme in Radio::play
Browse files Browse the repository at this point in the history
  • Loading branch information
dougma committed Sep 10, 2009
1 parent e747605 commit b9f9371
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/radio/Radio.cpp
Expand Up @@ -63,7 +63,11 @@ Radio::~Radio()
#endif
}


// fixme:
// todo:
// note:
// if the station is the same as current station (ie: the user hit stop then start)
// then we *don't* retune. norman is quite emphatic about this. :)
void
Radio::play( const RadioStation& station )
{
Expand Down

0 comments on commit b9f9371

Please sign in to comment.