From: seven Date: Mon, 28 Sep 2020 23:10:14 +0000 (+0100) Subject: Remove unused method X-Git-Url: https://git.mckillop.org/gitweb/?a=commitdiff_plain;h=1dc8578532b6eca47e5ab00fb95849ea58e64ac1;p=gemini-php Remove unused method --- diff --git a/gemini.class.php b/gemini.class.php index f055052..fe8b5fb 100644 --- a/gemini.class.php +++ b/gemini.class.php @@ -49,12 +49,6 @@ class Gemini { return $dirs; } - function get_host_url($host) { - if(empty($host)) - return 'default'; - - } - function get_status_code($filepath) { if(is_file($filepath) and file_exists($filepath)) return "20";