Commit f328cc86 authored by Arturo Herrero's avatar Arturo Herrero

Remove dead code: Label#template?

This was introduced in 57d00130 but it's no longer used.
parent f7162d5f
...@@ -202,10 +202,6 @@ class Label < ApplicationRecord ...@@ -202,10 +202,6 @@ class Label < ApplicationRecord
priorities.present? priorities.present?
end end
def template?
template
end
def color def color
super || DEFAULT_COLOR super || DEFAULT_COLOR
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment