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:50:28 -0800 |
commit | 4287a7aa56b9cefdbbfd9ab0515492bd730a7462 (patch) | |
tree | 5ab09eeee55fcd61bc4ed865faf08b8a772289f8 | |
parent | 6e2fb67a316566adedcbf7a2888332bf7f253d24 (diff) | |
download | DotNetOpenAuth-4287a7aa56b9cefdbbfd9ab0515492bd730a7462.zip DotNetOpenAuth-4287a7aa56b9cefdbbfd9ab0515492bd730a7462.tar.gz DotNetOpenAuth-4287a7aa56b9cefdbbfd9ab0515492bd730a7462.tar.bz2 |
Removed checkbox that wasn't wired up anyway.
-rw-r--r-- | samples/OpenIdRelyingPartyWebFormsVB/LoginProgrammatic.aspx | 1 | ||||
-rw-r--r-- | samples/OpenIdRelyingPartyWebFormsVB/LoginProgrammatic.aspx.designer.vb | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/samples/OpenIdRelyingPartyWebFormsVB/LoginProgrammatic.aspx b/samples/OpenIdRelyingPartyWebFormsVB/LoginProgrammatic.aspx index e7a208a..7f1fa0e 100644 --- a/samples/OpenIdRelyingPartyWebFormsVB/LoginProgrammatic.aspx +++ b/samples/OpenIdRelyingPartyWebFormsVB/LoginProgrammatic.aspx @@ -12,5 +12,4 @@ Visible="False" /> <asp:Label ID="loginCanceledLabel" runat="server" EnableViewState="False" Text="Login canceled" Visible="False" /> - <asp:CheckBox ID="noLoginCheckBox" runat="server" Text="Extensions only (no login) -- most OPs don't yet support this" /> </asp:Content>
\ No newline at end of file diff --git a/samples/OpenIdRelyingPartyWebFormsVB/LoginProgrammatic.aspx.designer.vb b/samples/OpenIdRelyingPartyWebFormsVB/LoginProgrammatic.aspx.designer.vb index a7867f6..907fcda 100644 --- a/samples/OpenIdRelyingPartyWebFormsVB/LoginProgrammatic.aspx.designer.vb +++ b/samples/OpenIdRelyingPartyWebFormsVB/LoginProgrammatic.aspx.designer.vb @@ -68,13 +68,4 @@ Partial Public Class LoginProgrammatic '''To modify move field declaration from designer file to code-behind file. '''</remarks> Protected WithEvents loginCanceledLabel As Global.System.Web.UI.WebControls.Label - - '''<summary> - '''noLoginCheckBox control. - '''</summary> - '''<remarks> - '''Auto-generated field. - '''To modify move field declaration from designer file to code-behind file. - '''</remarks> - Protected WithEvents noLoginCheckBox As Global.System.Web.UI.WebControls.CheckBox End Class |