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. --- windows/tree.c | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'windows') diff --git a/windows/tree.c b/windows/tree.c index ec0750be4..942a4aada 100644 --- a/windows/tree.c +++ b/windows/tree.c @@ -17,29 +17,7 @@ */ #include "desktop/tree.h" -#include "desktop/tree_url_node.h" - const char tree_directory_icon_name[] = "directory.png"; const char tree_content_icon_name[] = "content.png"; - -/** - * 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) -{ - // TODO: design/acquire icons - switch (type) { - case CONTENT_HTML: - case CONTENT_TEXTPLAIN: - case CONTENT_CSS: - case CONTENT_IMAGE: - default: - sprintf(buffer, tree_content_icon_name); - break; - } -} -- cgit v1.2.3