Removed obsolete code.

This commit is contained in:
Roberto Raggi
2010-02-01 16:40:42 +01:00
parent 85ea5c29a0
commit 4d34ee7385

View File

@@ -285,17 +285,9 @@ bool Bind::visit(UiImport *ast)
return false;
}
bool Bind::visit(UiPublicMember *ast)
bool Bind::visit(UiPublicMember *)
{
#if 0
if (_currentObjectValue && ast->name && ast->memberType) {
const QString propName = ast->name->asString();
const QString propType = ast->memberType->asString();
_currentObjectValue->setProperty(propName, _interp->defaultValueForBuiltinType(propType));
}
#endif
// nothing to do.
return false;
}