[DEV] remove deprecated function in list

This commit is contained in:
Edouard DUPIN 2018-08-18 08:46:57 +02:00
parent 44130c4cd7
commit 3da1b84016
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ ewol::widget::List::~List() {
}
m_listOObject.clear();
}
/*
void ewol::widget::List::setRawVisible(int32_t _id) {
EWOL_DEBUG("Set Raw visible : " << _id);
if (_id<0) {
@ -61,6 +61,7 @@ void ewol::widget::List::setRawVisible(int32_t _id) {
EWOL_DEBUG("Set start raw : " << m_displayStartRaw);
markToRedraw();
}
*/
void ewol::widget::List::calculateMinMaxSize() {
/*int32_t fontId = getDefaultFontId();

View File

@ -115,7 +115,7 @@ namespace ewol {
* @brief set a raw visible in the main display
* @param[in] _id Id of the raw that might be visible.
*/
void setRawVisible(int32_t _id);
//void setRawVisible(int32_t _id);
protected:
void onGetFocus() override;
void onLostFocus() override;