remove deprecated code

This commit is contained in:
Jinhao
2019-07-01 07:56:29 +08:00
parent 46b5e423b5
commit 7e310f33f7
4 changed files with 0 additions and 41 deletions

View File

@@ -341,18 +341,6 @@ namespace detail
string.whitespace_pixels = 0;
}
#if 0 //deprecated
unsigned drawable_impl_type::get_color() const
{
return color_;
}
unsigned drawable_impl_type::get_text_color() const
{
return text_color_;
}
#endif
void drawable_impl_type::set_color(const ::nana::color& clr)
{
bgcolor_rgb = (clr.px_color().value & 0xFFFFFF);