Remove cloned signals from main monitor.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 81098
This commit is contained in:
Christopher Michael 2012-12-17 09:20:30 +00:00 committed by Christopher Michael
parent 403e0ed2df
commit fabb16dc8d
1 changed files with 0 additions and 12 deletions

View File

@ -16,18 +16,6 @@ group { name: "e/conf/randr/main/monitor";
}
}
}
programs {
program {
signal: "e,state,cloned"; source: "e";
action: STATE_SET "cloned" 0.0;
target: "e.swallow.stand";
}
program {
signal: "e,state,uncloned"; source: "e";
action: STATE_SET "default" 0.0;
target: "e.swallow.stand";
}
}
}
group { name: "e/conf/randr/main/frame";