(refs #8)Remove unused code.

This commit is contained in:
takezoe
2013-07-23 15:39:47 +09:00
parent c86bf1d68b
commit 5bf0b275cb
2 changed files with 0 additions and 18 deletions

View File

@@ -57,15 +57,6 @@ trait RepositorySettingsControllerBase extends ControllerBase with FlashMapSuppo
settings.html.collaborators(getCollaborators(repository.owner, repository.name), repository)
})
// /**
// * JSON API for collaborator completion.
// */
// // TODO Merge with UserManagementController
// get("/:owner/:repository/settings/collaborators/proposals")(usersOnly {
// contentType = formats("json")
// org.json4s.jackson.Serialization.write(Map("options" -> getAllUsers.filter(!_.isGroupAccount).map(_.userName).toArray))
// })
/**
* Add the collaborator.
*/