From 096bd47ab0018e7b9c3affd58b6134463e2aaa65 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 8 May 2014 00:16:50 +0100 Subject: refactor url utility functions to use standard nserror codes and have appropriate documentation. --- beos/login.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'beos') diff --git a/beos/login.cpp b/beos/login.cpp index 5cd7a3c83..a82fd54a3 100644 --- a/beos/login.cpp +++ b/beos/login.cpp @@ -166,7 +166,6 @@ extern "C" void gui_401login_open(nsurl *url, const char *realm, nserror (*cb)(bool proceed, void *pw), void *cbpw) { lwc_string *host; - url_func_result res; host = nsurl_get_component(url, NSURL_HOST); -- cgit v1.2.3