mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
components: remove initVarHeader calls in classes derived from CComponentsHeader
This commit is contained in:
@@ -113,6 +113,8 @@ class CComponentsIconForm : public CComponentsForm
|
||||
|
||||
class CComponentsHeader : public CComponentsForm
|
||||
{
|
||||
private:
|
||||
void initVarHeader();
|
||||
protected:
|
||||
CComponentsPicture * cch_icon_obj;
|
||||
CComponentsText * cch_text_obj;
|
||||
@@ -132,8 +134,6 @@ class CComponentsHeader : public CComponentsForm
|
||||
void initDefaultButtons();
|
||||
void initButtonFormSize();
|
||||
|
||||
void initVarHeader();
|
||||
|
||||
public:
|
||||
enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user