not anymore

pull/14/head
chris west 4 years ago
parent 0a6f38a971
commit 358b1ed02a

@ -249,7 +249,6 @@ pub fn type_for_url(url: &str) -> Type {
}
/// Parses gopher URL into parts.
/// Returns (Type, host, port, sel)
pub fn parse_url(url: &str) -> Url {
let mut url = url.trim_start_matches("gopher://");
let mut typ = Type::Menu;

Loading…
Cancel
Save