diff --git a/ewol/widget/List.cpp b/ewol/widget/List.cpp index 596df705..70101ea7 100644 --- a/ewol/widget/List.cpp +++ b/ewol/widget/List.cpp @@ -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(); diff --git a/ewol/widget/List.hpp b/ewol/widget/List.hpp index c518f3ba..df8b5860 100644 --- a/ewol/widget/List.hpp +++ b/ewol/widget/List.hpp @@ -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;