From d561a144198f65933fbd8241083c5019ef0d1f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 26 Apr 2006 21:31:51 +0000 Subject: [PATCH] Remove unused function. --- ChangeLog | 2 ++ libraries/auth/cookie.auth.lib.php | 15 --------------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index c322747e0..1e2092672 100755 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,8 @@ $Source$ textarea ;-). * libraries/display_export.lib.php: Reinclude table selection (bug #1477226). + * libraries/auth/cookie.auth.lib.php: + - Remove unused function. 2006-04-26 Sebastian Mendel * themes/*: diff --git a/libraries/auth/cookie.auth.lib.php b/libraries/auth/cookie.auth.lib.php index 11bdb1afd..192c50344 100644 --- a/libraries/auth/cookie.auth.lib.php +++ b/libraries/auth/cookie.auth.lib.php @@ -24,21 +24,6 @@ if (function_exists('mcrypt_encrypt') || PMA_dl('mcrypt')) { require_once './libraries/blowfish.php'; } -/** - * Sorts available languages by their true names - * - * @param array the array to be sorted - * @param mixed a required parameter - * - * @return the sorted array - * - * @access private - */ -function PMA_cookie_cmp(&$a, $b) -{ - return (strcmp($a[1], $b[1])); -} // end of the 'PMA_cmp()' function - /** * Displays authentication form