From 6285cfe366e7f60b862f19981062bdd2afe08c7c Mon Sep 17 00:00:00 2001 From: Daniel Hirt Date: Tue, 6 Nov 2018 16:53:03 +0200 Subject: Efl text style: remove 'underline2_type' property This moves the logic to the 'underline_type' property, in which we define the type. --- src/lib/efl/interfaces/efl_text_style.eo | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/lib/efl/interfaces/efl_text_style.eo') 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 { } } - @property underline2_type - { - [[Type of underline2 style]] - values - { - type: Efl.Text_Style_Underline_Type; [[Underline type]] - } - } - @property underline2_color { [[Color of underline2 style]] -- cgit v1.2.1