seoz pushed a commit to branch master.

commit c6240170db0e263f3448dc2b43be859af292c33d
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu Mar 28 02:07:36 2013 +0900

    focus_highlight.edc: remove unused elm/focus_highlight/bottom/default group.
    
    This group can never be used in theory so this is not a theme api break.
---
 data/themes/widgets/focus_highlight.edc | 60 ---------------------------------
 1 file changed, 60 deletions(-)

diff --git a/data/themes/widgets/focus_highlight.edc 
b/data/themes/widgets/focus_highlight.edc
index 42f8f7c..064e7f5 100644
--- a/data/themes/widgets/focus_highlight.edc
+++ b/data/themes/widgets/focus_highlight.edc
@@ -170,63 +170,3 @@
          }
       }
    }
-
-///////////////////////////////////////////////////////////////////////////////
-   group { name: "elm/focus_highlight/bottom/default";
-      parts {
-         part { name: "shine";
-            type: RECT;
-            mouse_events: 1;
-            repeat_events: 1;
-            ignore_flags: ON_HOLD;
-            description { state: "default" 0.0;
-               color: 0 255 0 50;
-               rel1.offset: 0 0;
-               rel2.offset: 0 0;
-            }
-            description { state: "disabled" 0.0;
-               inherit:  "default" 0.0;
-               color: 0 0 0 0;
-            }
-         }
-
-         program { name: "show";
-            signal: "elm,action,focus,show";
-            source: "elm";
-            action: ACTION_STOP;
-            target: "hide";
-            target: "hide_start";
-            target: "hide_end";
-            after: "show_start";
-         }
-         program { name: "show_start";
-            action:  STATE_SET "default" 0.0;
-            transition: LINEAR 0.2;
-            target: "shine";
-            after: "show_end";
-         }
-         program { name: "show_end";
-            action: SIGNAL_EMIT "elm,action,focus,show,end" "";
-         }
-         program { name: "hide";
-            signal: "elm,action,focus,hide";
-            source: "elm";
-            action: ACTION_STOP;
-            target: "show";
-            target: "show_start";
-            target: "show_end";
-            after: "hide_start";
-         }
-         program { name: "hide_start";
-            action:  STATE_SET "disabled" 0.0;
-            transition: LINEAR 0.2;
-            target: "shine";
-            after: "hide_end";
-         }
-         program { name: "hide_end";
-            action: SIGNAL_EMIT "elm,action,focus,hide,end" "";
-         }
-      }
-   }
-
-

-- 

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d

Reply via email to