From 1dc8578532b6eca47e5ab00fb95849ea58e64ac1 Mon Sep 17 00:00:00 2001 From: seven Date: Tue, 29 Sep 2020 00:10:14 +0100 Subject: [PATCH] Remove unused method --- gemini.class.php | 6 ------ 1 file changed, 6 deletions(-) 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"; -- 2.25.1