diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-17 15:19:54 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-17 15:22:44 -0800 |
commit | ce1fac8401c67676b754e1bdc8e5d401cb28fd7c (patch) | |
tree | c5fe533126ea3c9b8751e68f7b88984fc3012ba8 /samples/OpenIdRelyingPartyWebForms/loginProgrammatic.aspx.designer.cs | |
parent | 6b157419ca511af1fa477d314a08022e1ef86cab (diff) | |
download | DotNetOpenAuth-ce1fac8401c67676b754e1bdc8e5d401cb28fd7c.zip DotNetOpenAuth-ce1fac8401c67676b754e1bdc8e5d401cb28fd7c.tar.gz DotNetOpenAuth-ce1fac8401c67676b754e1bdc8e5d401cb28fd7c.tar.bz2 |
Removed checkbox that wasn't wired up anyway.
Diffstat (limited to 'samples/OpenIdRelyingPartyWebForms/loginProgrammatic.aspx.designer.cs')
-rw-r--r-- | samples/OpenIdRelyingPartyWebForms/loginProgrammatic.aspx.designer.cs | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/samples/OpenIdRelyingPartyWebForms/loginProgrammatic.aspx.designer.cs b/samples/OpenIdRelyingPartyWebForms/loginProgrammatic.aspx.designer.cs index 239d7b8..088e305 100644 --- a/samples/OpenIdRelyingPartyWebForms/loginProgrammatic.aspx.designer.cs +++ b/samples/OpenIdRelyingPartyWebForms/loginProgrammatic.aspx.designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. -// Runtime Version:2.0.50727.4918 +// Runtime Version:2.0.50727.4927 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -66,14 +66,5 @@ namespace OpenIdRelyingPartyWebForms { /// To modify move field declaration from designer file to code-behind file. /// </remarks> protected global::System.Web.UI.WebControls.Label loginCanceledLabel; - - /// <summary> - /// noLoginCheckBox control. - /// </summary> - /// <remarks> - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// </remarks> - protected global::System.Web.UI.WebControls.CheckBox noLoginCheckBox; } } |