From 1c9f5d4f63a86833fa54765cdf654370169a273d Mon Sep 17 00:00:00 2001 From: Bruno da Silva Belo Date: Mon, 14 Oct 2019 01:06:49 -0300 Subject: [PATCH] csharp: updating UserModel docs. Reviewers: lauromoura, felipealmeida, segfaultxavi, woohyun Reviewed By: lauromoura Subscribers: cedric, #reviewers, #committers Tags: #efl Maniphest Tasks: T8345 Differential Revision: https://phab.enlightenment.org/D10377 --- src/bindings/mono/efl_mono/UserModel.cs | 2 -- 1 file changed, 2 deletions(-) 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]