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. --- riscos/treeview.c | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'riscos/treeview.c') diff --git a/riscos/treeview.c b/riscos/treeview.c index 77276633e..5d1126b2e 100644 --- a/riscos/treeview.c +++ b/riscos/treeview.c @@ -40,7 +40,6 @@ #include "desktop/plotters.h" #include "desktop/textinput.h" #include "desktop/tree.h" -#include "desktop/tree_url_node.h" #include "riscos/bitmap.h" #include "riscos/dialog.h" #include "riscos/gui.h" @@ -1294,25 +1293,3 @@ int ro_treeview_get_help(help_full_message_request *message_data) return -1; } -/** - * Convert a content type into an icon name. - * - * \todo -- Currently we don't have any icons apart from the default. - * - * \param *buffer A buffer to return the icon name - * \param type The content type to return an icon name for. - */ - -void tree_icon_name_from_content_type(char *buffer, content_type type) -{ - 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