Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Bridgewater committed Oct 2, 2011
1 parent 4cc16ee commit 0364443
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions UploaderSL-v2/UploaderSL.MVC/UploaderHtmlHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ namespace UploaderSL.MVC
public static class UploaderHtmlHelper
{
public static string UploaderSL(this HtmlHelper helper)
{
return UploaderSL(helper, "recaptcha", "default", null);
}

public static string UploaderSL(this HtmlHelper helper, string id, string theme, string language)
{
var htmlWriter = new HtmlTextWriter(new StringWriter());

Expand Down

0 comments on commit 0364443

Please sign in to comment.