diff --git a/src/bindings/mono/efl_mono/UserModel.cs b/src/bindings/mono/efl_mono/UserModel.cs index c2597cc421..1116dfc561 100644 --- a/src/bindings/mono/efl_mono/UserModel.cs +++ b/src/bindings/mono/efl_mono/UserModel.cs @@ -64,8 +64,6 @@ internal class ModelHelper /// var model = new Efl.GenericModel<PersonModel>(modelData, parent); /// PersonModel p = await model.GetAtAsync(0); /// -/// -/// Since EFL 1.24. /// /// The enclosed C# model class with the properties to be added to the native model. [Efl.Eo.BindingEntity]