Removed the declaration of deprecated treebox::icon

This commit is contained in:
cnjinhao 2015-01-06 20:40:01 +08:00
parent 0a5c85d21b
commit a3db9cb5d6

View File

@ -411,8 +411,6 @@ namespace nana
/// Determinte whether the checkbox is enabled. /// Determinte whether the checkbox is enabled.
bool checkable() const; bool checkable() const;
treebox& icon(const nana::string& id, const node_image_type& node_img);
node_image_type& icon(const nana::string& id) const; node_image_type& icon(const nana::string& id) const;
void icon_erase(const nana::string& id); void icon_erase(const nana::string& id);