[gnome-shell] st-icon: Remove some dead code



commit 7f381dd2fe8befcfb0a2981be3fa57c56f39fe43
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Sep 22 13:47:00 2017 +0200

    st-icon: Remove some dead code

 src/st/st-icon.c |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/src/st/st-icon.c b/src/st/st-icon.c
index 8fd82d5..192df60 100644
--- a/src/st/st-icon.c
+++ b/src/st/st-icon.c
@@ -275,14 +275,7 @@ st_icon_update_shadow_pipeline (StIcon *icon)
   g_clear_pointer (&priv->shadow_pipeline, cogl_object_unref);
 
   if (priv->shadow_spec)
-   {
-     gint width, height;
-
-     clutter_texture_get_base_size (CLUTTER_TEXTURE (priv->icon_texture),
-                                    &width, &height);
-
-     priv->shadow_pipeline = _st_create_shadow_pipeline_from_actor (priv->shadow_spec, priv->icon_texture);
-   }
+   priv->shadow_pipeline = _st_create_shadow_pipeline_from_actor (priv->shadow_spec, priv->icon_texture);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]