summaryrefslogtreecommitdiffstats
path: root/models/boards.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/boards.js')
-rw-r--r--models/boards.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/models/boards.js b/models/boards.js
index 641ecdb9..2a21d6da 100644
--- a/models/boards.js
+++ b/models/boards.js
@@ -280,10 +280,6 @@ Boards.helpers({
return _.findWhere(this.labels, { name, color });
},
- getLabelById(labelId){
- return _.findWhere(this.labels, { _id: labelId });
- },
-
labelIndex(labelId) {
return _.pluck(this.labels, '_id').indexOf(labelId);
},