From ac26f591d75ba30e76148d0bee01a22ce7f586fa Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 6 Nov 2013 13:05:14 +0100 Subject: Mark two methods as unused in groups_controller.rb --- .../src/main/webapp/WEB-INF/app/controllers/groups_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb index ae71a2c7986..f0bf55cc25e 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb @@ -81,11 +81,13 @@ class GroupsController < ApplicationController to_index(group.errors, nil) end + # TO BE REMOVED ? def select_user @group = Group.find(params[:id]) render :partial => 'groups/select_user' end + # TO BE REMOVED ? def set_users @group = Group.find(params[:id]) if @group.set_users(params[:users]) -- cgit v1.2.3