diff --git a/admin/inc/hook_config.inc.php b/admin/inc/hook_config.inc.php deleted file mode 100644 index 0c00cf4bbe..0000000000 --- a/admin/inc/hook_config.inc.php +++ /dev/null @@ -1,39 +0,0 @@ - * - * -------------------------------------------- * - * This program is free software; you can redistribute it and/or modify it * - * under the terms of the GNU General Public License as published by the * - * Free Software Foundation; either version 2 of the License, or (at your * - * option) any later version. * - \**************************************************************************/ - - /* $Id$ */ - - function country_set($config) - { - $country = array( - 'user_choice' => 'Users Choice', - 'force_select' => 'Force Selectbox' - ); - - $out = ''; - while (list ($key, $value) = each ($country)) - { - if ($config['countrylist'] == $key) - { - $selected = ' selected'; - } - else - { - $selected = ''; - } - $descr = lang($value); - - $out .= '' . "\n"; - } - return $out; - } -?> diff --git a/admin/templates/default/config.tpl b/admin/templates/default/config.tpl index c84dd035b6..4586d1fd11 100644 --- a/admin/templates/default/config.tpl +++ b/admin/templates/default/config.tpl @@ -13,22 +13,10 @@