mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
components: remove inherit setWidth() member
Is already declared as virtual member in basic class
Origin commit data
------------------
Branch: ni/coolstream
Commit: 491519c4b5
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-07-17 (Tue, 17 Jul 2012)
Origin message was:
------------------
*components: remove inherit setWidth() member
Is already declared as virtual member in basic class
------------------
This commit was generated by Migit
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