mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
cc_frm_chain: remove not required virtuals
This commit is contained in:
@@ -78,9 +78,9 @@ class CComponentsFrmChain : public CComponentsForm
|
||||
virtual ~CComponentsFrmChain(){};
|
||||
|
||||
///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
|
||||
virtual int getDirection(){return chn_direction;}
|
||||
int getDirection(){return chn_direction;}
|
||||
|
||||
/**Members to set border offsets
|
||||
* @param[in] offset
|
||||
|
Reference in New Issue
Block a user