Skip to content

Commit

Permalink
remove the (now unused) LECTIONARY_CYCLES constant
Browse files Browse the repository at this point in the history
refs #35
  • Loading branch information
igneus committed Jul 25, 2020
1 parent 71b49be commit 6a337e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/calendarium-romanum/enums.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ class Seasons < Enum
end
end

# Sunday lectionary cycles.
# Values returned by {Calendar#lectionary}
LECTIONARY_CYCLES = [:A, :B, :C].freeze

# Celebration ranks as specified in the Table of Liturgical Days
class Ranks < Enum
TRIDUUM = Rank.new(1.1, 'rank.1_1')
Expand Down

0 comments on commit 6a337e5

Please sign in to comment.