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. --- amiga/tree.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'amiga/tree.c') diff --git a/amiga/tree.c b/amiga/tree.c index 478000b92..0515f706b 100644 --- a/amiga/tree.c +++ b/amiga/tree.c @@ -59,7 +59,6 @@ #include "desktop/history_global_core.h" #include "desktop/hotlist_old.h" #include "desktop/sslcert_viewer.h" -#include "desktop/tree_url_node.h" #include "utils/utils.h" #include "utils/messages.h" @@ -193,18 +192,6 @@ void ami_tree_get_window_dimensions(int *width, int *height, void *data) if(height) *height = bbox->Height; } -/** - * Translates a content_type to the name of a respective icon - * - * \param content_type content type - * \param buffer buffer for the icon name - */ -void tree_icon_name_from_content_type(char *buffer, content_type type) -{ - const char *ftype = ami_content_type_to_file_type(type); - sprintf(buffer, "def_%s.info", ftype); -} - /** * Scrolls the tree to make an element visible * -- cgit v1.2.3