diff --git a/scripts/sofaStubgen.py b/scripts/sofaStubgen.py index 6016501f..a30e8f96 100644 --- a/scripts/sofaStubgen.py +++ b/scripts/sofaStubgen.py @@ -204,18 +204,6 @@ def __init__(self, {constructor_params_typehints}): {class_typehints} - @dataclasses.dataclass - class Parameters: - \"\"\"Parameter for the construction of the {class_name} component\"\"\" - -{params_typehints} - - def to_dict(self): - return dataclasses.asdict(self) - - @staticmethod - def new_parameters() -> Parameters: - return {class_name}.Parameters() """ def documentation_code(class_name):