summaryrefslogtreecommitdiffstats
path: root/src/InfoCard/InfoCardRelyingParty/About.aspx.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/InfoCard/InfoCardRelyingParty/About.aspx.cs')
-rw-r--r--src/InfoCard/InfoCardRelyingParty/About.aspx.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/InfoCard/InfoCardRelyingParty/About.aspx.cs b/src/InfoCard/InfoCardRelyingParty/About.aspx.cs
deleted file mode 100644
index d5b189f..0000000
--- a/src/InfoCard/InfoCardRelyingParty/About.aspx.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-using System.Web.UI;
-using System.Web.UI.WebControls;
-
-namespace InfoCardRelyingParty {
- public partial class About : System.Web.UI.Page {
- protected void Page_Load(object sender, EventArgs e) {
-
- }
- }
-}