From b2e9de56444eb9bc64f91762baa3c1e9f21034ee Mon Sep 17 00:00:00 2001
From: Jaime Perez <jaime.perez@uninett.no>
Date: Wed, 5 Mar 2014 10:04:14 +0100
Subject: [PATCH] Remove remaining references to long removed options
 'enable.saml20-sp' and 'enable.shib13-sp'.

---
 modules/core/www/frontpage_auth.php | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/modules/core/www/frontpage_auth.php b/modules/core/www/frontpage_auth.php
index 28d45304d..ef4fcaf20 100644
--- a/modules/core/www/frontpage_auth.php
+++ b/modules/core/www/frontpage_auth.php
@@ -28,22 +28,6 @@ $links_auth[] = array(
 	'text' => '{core:frontpage:authtest}',
 );
 
-
-if ($config->getValue('enable.saml20-sp') === true)
-	$links_auth[] = array(
-		'href' => SimpleSAML_Utilities::getBaseURL() . 'example-simple/saml2-example.php',
-		'text' => '{core:frontpage:link_saml2example}',
-		'deprecated' => TRUE,
-	);
-
-if ($config->getValue('enable.shib13-sp') === true)
-	$links_auth[] = array(
-		'href' => SimpleSAML_Utilities::getBaseURL() . 'example-simple/shib13-example.php',
-		'text' => '{core:frontpage:link_shib13example}',
-		'deprecated' => TRUE,
-	);
-
-
 $allLinks = array(
 	'links'      => &$links,
 	'welcome'    => &$links_welcome,
-- 
GitLab