From 60c840628f4f2aebc86adea495258be1ecc738e8 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 14 Dec 2010 00:18:24 +0000 Subject: Small refactor to change icon names to being passed in from frontends instead of core treeview globals svn path=/trunk/netsurf/; revision=11053 --- windows/tree.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'windows') diff --git a/windows/tree.c b/windows/tree.c index 78182fbd6..9a448005f 100644 --- a/windows/tree.c +++ b/windows/tree.c @@ -19,9 +19,10 @@ #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 -- cgit v1.2.3