button: remove unnecessary action in program

Summary: @fix

Reviewers: kimcinoo, Hermet, cedric

Differential Revision: https://phab.enlightenment.org/D3658

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
SungTaek Hong 2016-02-05 08:21:13 +01:00 committed by Cedric BAIL
parent 976520945b
commit 2df061f1d7
1 changed files with 0 additions and 2 deletions

View File

@ -342,7 +342,6 @@ group { name: "elm/button/base/default";
}
program { name: "button_icon_hidden";
signal: "elm,state,icon,hidden"; source: "elm";
action: STATE_SET "default" 0.0;
script {
new m = get_int(btmode);
m &= ~ICON; set_int(btmode, m);
@ -703,7 +702,6 @@ group { name: "elm/button/base/anchor";
}
program { name: "button_icon_hidden";
signal: "elm,state,icon,hidden"; source: "elm";
action: STATE_SET "default" 0.0;
script {
new m = get_int(btmode);
m &= ~ICON; set_int(btmode, m);