From 5c7ca39ada083e74ba93549efe71c67c906d91bc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 2 Sep 2013 14:17:09 +0100 Subject: Remove tree_url_node module. Had to disable treeview scanning in amiga and cocoa front ends. Amiga front end very likely broken. --- monkey/utils.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'monkey') 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 #include -#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"); -} -- cgit v1.2.3