Skip to content

Commit

Permalink
remove unused enum element
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisdt committed May 19, 2019
1 parent 584869d commit 55438ee
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ private static double percentOfSpaces(String toParse) {
* Indicates specific elements of a {@link Song}.
*/
public enum SongElementEnum {
/** the title (if present, it is always exactly one line) */
TITLE,
/** a lyrics element (not always a whole line, see NEW_LINE) */
LYRICS,
/** a chord element (not always a whole line, see NEW_LINE) */
Expand Down

0 comments on commit 55438ee

Please sign in to comment.