owncloud: Removed unused cleanUrl function.

This commit is contained in:
Klaas Freitag 2012-02-22 12:38:19 +01:00 committed by Andreas Schneider
parent 664f1cb17d
commit f56103dc0d

View file

@ -542,18 +542,6 @@ static void results(void *userdata,
}
static const char *_cleanUrl( const char* uri ) {
int rc = 0;
ne_uri url;
rc = ne_uri_parse( uri, &url );
if( rc < 0 ) {
return NULL;
}
return ne_path_escape( url.path );
}
/*
* fetches a resource list from the WebDAV server. This is equivalent to list dir.
*/