summaryrefslogtreecommitdiff
path: root/monkey
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-09-02 14:17:09 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-09-02 14:17:09 +0100
commit5c7ca39ada083e74ba93549efe71c67c906d91bc (patch)
treec9254cc3fe6a0790215523654f66a8f366e97b3e /monkey
parent28a948bd32bee735f571ae7f297adb69b289d8ba (diff)
downloadnetsurf-5c7ca39ada083e74ba93549efe71c67c906d91bc.tar.gz
netsurf-5c7ca39ada083e74ba93549efe71c67c906d91bc.tar.bz2
Remove tree_url_node module. Had to disable treeview scanning in amiga and cocoa front ends. Amiga front end very likely broken.
Diffstat (limited to 'monkey')
-rw-r--r--monkey/utils.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/monkey/utils.c b/monkey/utils.c
index 886c1ff03..c38e9bfba 100644
--- a/monkey/utils.c
+++ b/monkey/utils.c
@@ -20,8 +20,6 @@
#include <stdlib.h>
#include <string.h>
-#include "desktop/tree_url_node.h"
-
#include "utils/utils.h"
#include "utils/url.h"
#include "utils/utf8.h"
@@ -137,9 +135,4 @@ utf8_from_local_encoding(const char *string, size_t len,
return (*result == NULL) ? UTF8_CONVERT_NOMEM : UTF8_CONVERT_OK;
}
-void
-tree_icon_name_from_content_type(char *buffer, content_type type)
-{
- sprintf(buffer, "%s", "content.png");
-}