diff options
author | corvid <corvid@lavabit.com> | 2011-05-19 02:15:13 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-05-19 02:15:13 +0000 |
commit | c73820831ebc3e131b589554bc9558bcc693aa35 (patch) | |
tree | dd88ef647a6de964e3c34e89150eccbebfb89ab5 /dw/fltkcomplexbutton.hh | |
parent | cf3a85c54bf483f86dea0ff952452cec25375be2 (diff) |
more
Diffstat (limited to 'dw/fltkcomplexbutton.hh')
-rw-r--r-- | dw/fltkcomplexbutton.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dw/fltkcomplexbutton.hh b/dw/fltkcomplexbutton.hh index f0ab7a24..3a14cfb2 100644 --- a/dw/fltkcomplexbutton.hh +++ b/dw/fltkcomplexbutton.hh @@ -63,9 +63,6 @@ public: \param[in] b down box type */ void down_box(Fl_Boxtype b) {down_box_ = b;} - - /// (for backwards compatibility) - void down_color(unsigned c) {selection_color(c);} }; } // namespace ui |