From e257d9a033cc6558de94ddda233c063d2a90f11a Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Wed, 2 Jul 2008 13:01:18 +0000 Subject: [PATCH] Template: remove deprecated function includeAtLanguageBase. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@744 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/XHTML/Template.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/SimpleSAML/XHTML/Template.php b/lib/SimpleSAML/XHTML/Template.php index 3113f3149..4a5bb4d33 100644 --- a/lib/SimpleSAML/XHTML/Template.php +++ b/lib/SimpleSAML/XHTML/Template.php @@ -187,17 +187,6 @@ class SimpleSAML_XHTML_Template { } - /** - * Earlier simpleSAMLphp had a separate directory for each language. This is - * not the case anymore, therefore this function is deprecated. - * - * @deprecated - */ - private function includeAtLanguageBase($file) { - throw new Exception('Deprecated method call includeAtLanguageBase()'); - } - - /** * Include text in the current language. * -- GitLab