summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderMvc/Controllers/HomeController.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-06-18 16:38:15 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-06-18 16:38:15 -0700
commitb47b05c1450398c4f0760544093837e8a864b700 (patch)
treea5034bc495eea7b089f928a4b657341f937bd67f /samples/OpenIdProviderMvc/Controllers/HomeController.cs
parent4d50056c54fe8e575ee5a44a6470e61b03892f22 (diff)
parent9e430539d74fa908cd54901e611eb87533f07b3e (diff)
downloadDotNetOpenAuth-b47b05c1450398c4f0760544093837e8a864b700.zip
DotNetOpenAuth-b47b05c1450398c4f0760544093837e8a864b700.tar.gz
DotNetOpenAuth-b47b05c1450398c4f0760544093837e8a864b700.tar.bz2
Merge branch 'master' into mono2
Diffstat (limited to 'samples/OpenIdProviderMvc/Controllers/HomeController.cs')
-rw-r--r--samples/OpenIdProviderMvc/Controllers/HomeController.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/samples/OpenIdProviderMvc/Controllers/HomeController.cs b/samples/OpenIdProviderMvc/Controllers/HomeController.cs
index 346e838..5ba08b3 100644
--- a/samples/OpenIdProviderMvc/Controllers/HomeController.cs
+++ b/samples/OpenIdProviderMvc/Controllers/HomeController.cs
@@ -23,9 +23,5 @@
public ActionResult Xrds() {
return View();
}
-
- public ActionResult PpidXrds() {
- return View();
- }
}
}