mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
cc_frm_chain: remove not required virtuals
Origin commit data
------------------
Branch: ni/coolstream
Commit: c7d0906bfe
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-23 (Thu, 23 Jan 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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