various cleanup/comment changes

This commit is contained in:
AJ Kelly
2011-02-27 00:52:32 -06:00
parent 83b4aff301
commit f2e7954054
7 changed files with 8 additions and 12 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
/** @brief BPMDisplay - displays a BPM or a range of BPMs. */
#ifndef BPM_DISPLAY_H
#define BPM_DISPLAY_H
@@ -11,7 +9,7 @@ class Song;
class Course;
struct DisplayBpms;
/** @brief Display the BPM/range of them as requested. */
/** @brief Displays a BPM or a range of BPMs. */
class BPMDisplay : public BitmapText
{
public: