csharp: remove Efl.IText.Text from the blacklist

Summary:
There is no conflict anymore.

ref T8093

Test Plan: meson setup -Dbindings=mono,cxx -Dmono-beta=true

Reviewers: lauromoura, woohyun

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8093

Differential Revision: https://phab.enlightenment.org/D10861
This commit is contained in:
Yeongjong Lee 2019-12-12 16:07:41 +09:00 committed by WooHyun Jung
parent 8f87a2411a
commit c62a7dae63
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ inline bool is_alias_blacklisted(attributes::alias_def const& alias, Context con
inline bool is_property_blacklisted(std::string const& name)
{
return name == "Efl.IText.Text";
return false;
}
template<typename Context>