elementary: remove unused part in segmentcontrol theme

The empty ("") state was never used, and is actually just an alias to
the "default" state, so let's just remove it.
This commit is contained in:
Jean Guyomarc'h 2016-09-28 08:12:03 +02:00
parent b2ddadd941
commit 19a16ecb6d
1 changed files with 0 additions and 3 deletions

View File

@ -226,9 +226,6 @@ group { name: "elm/segment_control/item/default";
}
color: FN_COL_WHITE_GLOW;
}
description { state: "" 0.0;
inherit: "default" 0.0;
}
description { state: "selected" 0.0;
inherit: "default" 0.0;
visible: 1;