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

@@ -107,17 +107,8 @@ namespace detail
drawable_impl_type();
~drawable_impl_type();
#if 0 //deprecated
unsigned get_color() const;
unsigned get_text_color() const;
#endif
void set_color(const ::nana::color&);
void set_text_color(const ::nana::color&);
#if 0 //deprecated
private:
unsigned color_{ 0xffffffff };
unsigned text_color_{0xffffffff};
#endif
};
class platform_spec