elementary: remove badly named and unused array.

Summary: Depends on D8074

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8075
This commit is contained in:
Cedric BAIL 2019-03-01 08:58:36 -05:00 committed by Christopher Michael
parent 426963ee52
commit cd05b1b7be
1 changed files with 0 additions and 11 deletions

View File

@ -37,17 +37,6 @@ static struct
{ EFL_TEXT_FORMAT_WRAP_MIXED, "mixed" }
};
static struct
{
Efl_Text_Format_Wrap wrap;
const char *desc;
} group[] =
{
{ EFL_TEXT_FORMAT_WRAP_NONE, "none" },
{ EFL_TEXT_FORMAT_WRAP_WORD, "word" },
{ EFL_TEXT_FORMAT_WRAP_CHAR, "char" },
{ EFL_TEXT_FORMAT_WRAP_MIXED, "mixed" }
};
static struct
{
Efl_Canvas_Layout_Part_Text_Expand expand;