Skip to content

Commit

Permalink
chore(classes): Drop duplicate class option handler
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Feb 16, 2023
1 parent 67ebcb2 commit 364bfbe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions classes/cabook.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ function class:declareOptions ()
if value then verseindex = SU.cast("boolean", value) end
return verseindex
end)
self:declareOption("verseindex", function (_, value)
if value then verseindex = SU.cast("boolean", value) end
return verseindex
end)
self:declareOption("layout", function (_, value)
if value then
layout = value
Expand Down

0 comments on commit 364bfbe

Please sign in to comment.