[Config] Remove code related with ATOM_E_SCALE property get
authorSeunggyun Kim <sgyun.kim@samsung.com>
Wed, 4 Jan 2012 10:47:33 +0000 (19:47 +0900)
committerSeunggyun Kim <sgyun.kim@samsung.com>
Wed, 4 Jan 2012 10:47:33 +0000 (19:47 +0900)
debian/changelog
src/lib/elm_config.c

index 5ceade1..006be36 100644 (file)
@@ -1,3 +1,11 @@
+elementary (1.0.0+svn.61256slp2+build113) unstable; urgency=low
+
+  * [Config] Remove code related with ATOM_E_SCALE property get.
+  * Git: slp/pkgs/e/elementary
+  * Tag: elementary_1.0.0+svn.61256slp2+build113
+
+ -- Seunggyun Kim <sgyun.kim@samsung.com>  Wed, 04 Jan 2012 19:46:00 +0900
+
 elementary (1.0.0+svn.61256slp2+build112) unstable; urgency=low
 
   * Package Upload.
index 16e7a3f..605baa7 100644 (file)
@@ -1749,24 +1749,6 @@ _elm_config_sub_init(void)
                                ECORE_X_EVENT_MASK_WINDOW_PROPERTY);
         _prop_change_handler = ecore_event_handler_add
             (ECORE_X_EVENT_WINDOW_PROPERTY, _prop_change, NULL);
-        if (!getenv("ELM_SCALE"))
-          {
-             if (ecore_x_window_prop_card32_get(_root_1st,
-                                                _atom[ATOM_E_SCALE],
-                                                &val, 1) > 0)
-               {
-                  if (val > 0)
-                    {
-                       _elm_config->scale = (double)val / 1000.0;
-     // FIXME: hack until e export finger size too
-                       if (!getenv("ELM_FINGER_SIZE"))
-                         {
-                            _elm_config->finger_size = 40.0 * _elm_config->scale;
-                         }
-                       edje_scale_set(_elm_config->scale);
-                    }
-               }
-          }
         if (!getenv("ELM_FINGER_SIZE"))
           {
              if (ecore_x_window_prop_card32_get(_root_1st,