From a3db9cb5d675e764c9382d1b25954aa3aa7c8a4a Mon Sep 17 00:00:00 2001 From: cnjinhao Date: Tue, 6 Jan 2015 20:40:01 +0800 Subject: [PATCH] Removed the declaration of deprecated treebox::icon --- include/nana/gui/widgets/treebox.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/nana/gui/widgets/treebox.hpp b/include/nana/gui/widgets/treebox.hpp index a5235880..9d8f9828 100644 --- a/include/nana/gui/widgets/treebox.hpp +++ b/include/nana/gui/widgets/treebox.hpp @@ -411,8 +411,6 @@ namespace nana /// Determinte whether the checkbox is enabled. bool checkable() const; - treebox& icon(const nana::string& id, const node_image_type& node_img); - node_image_type& icon(const nana::string& id) const; void icon_erase(const nana::string& id);