remove duplicated code

Most probably not intended when introduced
in 7c7267e88691ce354ed0cf116315952ceae555ad, and it certainly crashes xray
installation for me.

Change-Id: Ida64d4d2a706204989fc3c16d7487748747fb8fc
This commit is contained in:
Luboš Luňák 2012-09-19 15:33:52 +02:00
parent b53472db03
commit 6f955b6c77

View File

@ -1627,7 +1627,6 @@ void CheckBoxElement::endElement()
xControlModel->setPropertyValue( "State", makeAny( nVal ) );
}
ctx.importEvents( _events );
ctx.importEvents( _events );
// avoid ring-reference:
// vector< event elements > holding event elements holding this (via _pParent)