remove deprecated code

This commit is contained in:
Jinhao
2016-06-10 16:04:22 +08:00
parent 9c7ffbeb15
commit 5fdaeb6f45
3 changed files with 5 additions and 37 deletions

View File

@@ -4571,20 +4571,6 @@ namespace nana
return at(pos_abs.cat).at(pos_abs.item);
}
/*
listbox& listbox::ordered_categories(bool enable_ordered) //deprecated
{
internal_scope_guard lock;
auto & ess = _m_ess();
if (ess.lister.enable_ordered(enable_ordered))
ess.update();
return *this;
}
*/
// Contributed by leobackes(pr#97)
listbox::index_pair listbox::cast( const point& pos ) const
{