From 145d2ebf0fc3b421b32d1170aa26cc4456e89ae5 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 18 Sep 2011 20:35:10 -0500 Subject: [PATCH] remove duplicated comment --- src/Song.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Song.h b/src/Song.h index 1fd3c1a5d4..ac2a824d7f 100644 --- a/src/Song.h +++ b/src/Song.h @@ -75,7 +75,7 @@ public: { SHOW_ALWAYS, /**< always show on the wheel. */ SHOW_NEVER /**< never show on the wheel (unless song hiding is turned off). */ - } /** @brief When should this song be displayed in the music wheel? */ m_SelectionDisplay; + } m_SelectionDisplay; Song(); ~Song();