components: remove initVarForm calls in classes derived from CComponentsForm

This commit is contained in:
[CST] Focus
2013-11-27 18:54:11 +04:00
parent 83649513af
commit 062b10be2a
9 changed files with 2 additions and 13 deletions

View File

@@ -95,7 +95,6 @@ void CSignalBar::initSBItems()
void CSignalBar::initVarSigBar()
{
initVarForm();
corner_rad = 0;
corner_type = 0;
append_h_offset = 2;
@@ -313,7 +312,6 @@ CSignalBox::CSignalBox(const int& xpos, const int& ypos, const int& w, const int
void CSignalBox::initVarSigBox()
{
initVarForm();
corner_rad = 0;
sbx_frontend = NULL;