summaryrefslogtreecommitdiff
path: root/app/models/board.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/board.rb')
-rw-r--r--app/models/board.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/models/board.rb b/app/models/board.rb
index 418ea67fc6a..b26a9461ffc 100644
--- a/app/models/board.rb
+++ b/app/models/board.rb
@@ -34,14 +34,6 @@ class Board < ApplicationRecord
project_id.present?
end
- def backlog_list
- lists.merge(List.backlog).take
- end
-
- def closed_list
- lists.merge(List.closed).take
- end
-
def scoped?
false
end