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

@@ -42,18 +42,6 @@ namespace detail
::DeleteObject(pixmap);
}
#if 0 //deprecated
unsigned drawable_impl_type::get_color() const
{
return color_;
}
unsigned drawable_impl_type::get_text_color() const
{
return text_color_;
}
#endif
#define NANA_WINDOWS_RGB(a) (((DWORD)(a) & 0xFF)<<16) | ((DWORD)(a) & 0xFF00) | (((DWORD)(a) & 0xFF0000) >> 16 )
void drawable_impl_type::set_color(const ::nana::color& clr)