diff options
author | Daniel Hirt <hirt.danny@gmail.com> | 2018-11-06 16:53:03 +0200 |
---|---|---|
committer | Daniel Hirt <hirt.danny@gmail.com> | 2018-11-06 18:13:21 +0200 |
commit | 6285cfe366e7f60b862f19981062bdd2afe08c7c (patch) | |
tree | 7d0fbce24afd24e799ab4cdcc5dc46aec9fb1114 /src/lib/efl/interfaces | |
parent | e1fc2ea48f14cb56548bfef9b972854ac5957110 (diff) |
Efl text style: remove 'underline2_type' property
This moves the logic to the 'underline_type' property, in which we
define the type.
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/interfaces/efl_text_style.eo | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/efl/interfaces/efl_text_style.eo b/src/lib/efl/interfaces/efl_text_style.eo index 395609626c..99552ac036 100644 --- a/src/lib/efl/interfaces/efl_text_style.eo +++ b/src/lib/efl/interfaces/efl_text_style.eo | |||
@@ -153,15 +153,6 @@ interface Efl.Text_Style { | |||
153 | } | 153 | } |
154 | } | 154 | } |
155 | 155 | ||
156 | @property underline2_type | ||
157 | { | ||
158 | [[Type of underline2 style]] | ||
159 | values | ||
160 | { | ||
161 | type: Efl.Text_Style_Underline_Type; [[Underline type]] | ||
162 | } | ||
163 | } | ||
164 | |||
165 | @property underline2_color | 156 | @property underline2_color |
166 | { | 157 | { |
167 | [[Color of underline2 style]] | 158 | [[Color of underline2 style]] |