Remove cloned signals from main monitor.
authorChristopher Michael <cp.michael@samsung.com>
Mon, 17 Dec 2012 09:20:30 +0000 (09:20 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Mon, 17 Dec 2012 09:20:30 +0000 (09:20 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81098

data/themes/edc/randr.edc

index db5b6b6..4726771 100644 (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";