mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 12:12:32 +02:00
removed dead code
This commit is contained in:
parent
59d0bb29a2
commit
ca3cf6d517
1 changed files with 0 additions and 7 deletions
|
@ -242,13 +242,6 @@ void ScriptEngine::init() {
|
||||||
qScriptRegisterMetaType(this, ParticleIDtoScriptValue, ParticleIDfromScriptValue);
|
qScriptRegisterMetaType(this, ParticleIDtoScriptValue, ParticleIDfromScriptValue);
|
||||||
qScriptRegisterSequenceMetaType<QVector<ParticleID> >(this);
|
qScriptRegisterSequenceMetaType<QVector<ParticleID> >(this);
|
||||||
|
|
||||||
/**
|
|
||||||
qScriptRegisterMetaType(this, ModelItemPropertiesToScriptValue, ModelItemPropertiesFromScriptValue);
|
|
||||||
qScriptRegisterMetaType(this, ModelItemIDtoScriptValue, ModelItemIDfromScriptValue);
|
|
||||||
qScriptRegisterMetaType(this, RayToModelIntersectionResultToScriptValue, RayToModelIntersectionResultFromScriptValue);
|
|
||||||
qScriptRegisterSequenceMetaType<QVector<ModelItemID> >(this);
|
|
||||||
**/
|
|
||||||
|
|
||||||
qScriptRegisterMetaType(this, EntityItemPropertiesToScriptValue, EntityItemPropertiesFromScriptValue);
|
qScriptRegisterMetaType(this, EntityItemPropertiesToScriptValue, EntityItemPropertiesFromScriptValue);
|
||||||
qScriptRegisterMetaType(this, EntityItemIDtoScriptValue, EntityItemIDfromScriptValue);
|
qScriptRegisterMetaType(this, EntityItemIDtoScriptValue, EntityItemIDfromScriptValue);
|
||||||
qScriptRegisterMetaType(this, RayToEntityIntersectionResultToScriptValue, RayToEntityIntersectionResultFromScriptValue);
|
qScriptRegisterMetaType(this, RayToEntityIntersectionResultToScriptValue, RayToEntityIntersectionResultFromScriptValue);
|
||||||
|
|
Loading…
Reference in a new issue