Remove unnecessary commented code.

This commit is contained in:
takezoe
2013-06-26 19:36:27 +09:00
parent 57bccaf469
commit 808478ac43

View File

@@ -39,15 +39,3 @@ object helpers {
.replaceAll("(^|\\W)([a-f0-9]{40})(\\W|$)", "$1<a href=\"%s/%s/%s/commit/$2\">$2</a>$3").format(context.path, repository.owner, repository.name)) .replaceAll("(^|\\W)([a-f0-9]{40})(\\W|$)", "$1<a href=\"%s/%s/%s/commit/$2\">$2</a>$3").format(context.path, repository.owner, repository.name))
} }
///**
// * Provides implicit conversions for Twirl templates.
// */
//object implicits {
//
// implicit def extendsHtmlSeq(seq: Seq[Html]) = new {
// def mkHtml(separator: String) = Html(seq.mkString(separator))
// def mkHtml(separator: scala.xml.Elem) = Html(seq.mkString(separator.toString))
// }
//
//}