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

@@ -37,9 +37,10 @@
class CComponentsForm : public CComponentsItem
{
private:
void initVarForm();
protected:
std::vector<CComponentsItem*> v_cc_items;
void initVarForm();
void paintForm(bool do_save_bg);
///generates next possible index for an item, see also cc_item_index, getIndex(), setIndex()
int genIndex();