Fix silliness

svn path=/trunk/netsurf/; revision=11243
This commit is contained in:
Daniel Silverstone 2011-01-07 13:14:06 +00:00
parent d00c5b0cd5
commit 234301ad23
1 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,7 @@
*
* NetSurf is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
@ -167,8 +167,6 @@ bool favicon_get_icon(struct content *c, xmlNode *html)
if (url == NULL)
return false;
LOG(("WOOP WOOP, SUMMON DA POLICE. FAVICON URL IS %s", url));
error = hlcache_handle_retrieve(url, LLCACHE_RETRIEVE_NO_ERROR_PAGES,
content__get_url(c), NULL, favicon_callback, c, NULL,
permitted_types, &c->data.html.favicon);