discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=8a4aed92919b410c504d354d6ea3dc39061ec5e3

commit 8a4aed92919b410c504d354d6ea3dc39061ec5e3
Author: Mike Blumenkrantz <[email protected]>
Date:   Sun May 11 13:48:09 2014 -0400

    remove deskmirror theme ifdef
---
 data/themes/edc/deskmirror.edc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/data/themes/edc/deskmirror.edc b/data/themes/edc/deskmirror.edc
index ec96663..651d10a 100644
--- a/data/themes/edc/deskmirror.edc
+++ b/data/themes/edc/deskmirror.edc
@@ -259,9 +259,7 @@ group { name: "e/deskmirror/frame/default";
          signal: "e,state,focused"; source: "e";
          script {
             custom_state(PART:"top", "default", 0.0);
-#ifdef EFL_VERSION_MAJOR
             set_state_val(PART:"top", STATE_IMAGE, 
get_image_id("vgrad_med_dark.png"));
-#endif
             set_state(PART:"top", "custom", 0.0);
          }
       }
@@ -270,9 +268,7 @@ group { name: "e/deskmirror/frame/default";
          signal: "e,state,unfocused"; source: "e";
          script {
             custom_state(PART:"top", "default", 0.0);
-#ifdef EFL_VERSION_MAJOR
             set_state_val(PART:"top", STATE_IMAGE, 
get_image_id("vgrad_med_lighter.png"));
-#endif
             set_state(PART:"top", "custom", 0.0);
          }
       }

-- 


Reply via email to