CComponents: rename and move real position attributes

These attributes are better placed in the basic class.
This commit is contained in:
2013-05-31 21:00:51 +02:00
parent d3d0bff7ac
commit 3c5f4867fb
3 changed files with 17 additions and 16 deletions

View File

@@ -54,7 +54,6 @@ void CComponentsItem::initVarItem()
//CComponents
initVarBasic();
cc_item_index = CC_NO_INDEX;
cc_item_xr = cc_item_yr = -1;
cc_item_enabled = true;
cc_item_selected = false;
cc_parent = NULL;