mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 19:01:25 +02:00
cc_frm_chain: remove not required virtuals
This commit is contained in:
@@ -78,9 +78,9 @@ class CComponentsFrmChain : public CComponentsForm
|
|||||||
virtual ~CComponentsFrmChain(){};
|
virtual ~CComponentsFrmChain(){};
|
||||||
|
|
||||||
///defines mode for arrangement direction of items, see also chn_direction
|
///defines mode for arrangement direction of items, see also chn_direction
|
||||||
virtual void setDirection(int direction);
|
void setDirection(int direction);
|
||||||
///gets the mode of arrangment direction
|
///gets the mode of arrangment direction
|
||||||
virtual int getDirection(){return chn_direction;}
|
int getDirection(){return chn_direction;}
|
||||||
|
|
||||||
/**Members to set border offsets
|
/**Members to set border offsets
|
||||||
* @param[in] offset
|
* @param[in] offset
|
||||||
|
Reference in New Issue
Block a user