summaryrefslogtreecommitdiff
path: root/app/controllers/projects/labels_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/projects/labels_controller.rb')
-rw-r--r--app/controllers/projects/labels_controller.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/projects/labels_controller.rb b/app/controllers/projects/labels_controller.rb
index a65adf13568..824ed7be73e 100644
--- a/app/controllers/projects/labels_controller.rb
+++ b/app/controllers/projects/labels_controller.rb
@@ -128,10 +128,6 @@ class Projects::LabelsController < Projects::ApplicationController
@available_labels.find(params[:id])
end
- def subscribable_project
- @project
- end
-
def find_labels
@available_labels ||= LabelsFinder.new(current_user, project_id: @project.id).execute
end