mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-18 02:43:42 +02:00
*components: remove inherit setWidth() member
Is already declared as virtual member in basic class
This commit is contained in:
@@ -60,9 +60,7 @@ class CComponentsDetailLine : public CComponents
|
||||
|
||||
void paint();
|
||||
void hide();
|
||||
void setWidth(const int& w){width = w;};
|
||||
void setColor(fb_pixel_t color1, fb_pixel_t color2){col1 = color1; col2 = color2;};
|
||||
// void setYPosTop(const int& y_pos_top){y = y_pos_top;}; //same like setYpos()val)
|
||||
void setYPosDown(const int& y_pos_down){y_down = y_pos_down;};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user