rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=e56ffec5ab629b062a261be1464c7fd1974f7e89

commit e56ffec5ab629b062a261be1464c7fd1974f7e89
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Wed Dec 2 11:51:36 2015 +0200

    groupedit: delete unused char buffer
    
    Change-Id: I7e54f62510bc035c86d554d4afca0064b5b11546
---
 src/bin/ui/workspace/groupedit.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/ui/workspace/groupedit.c b/src/bin/ui/workspace/groupedit.c
index c83b9b2..828935d 100644
--- a/src/bin/ui/workspace/groupedit.c
+++ b/src/bin/ui/workspace/groupedit.c
@@ -200,7 +200,6 @@ _groupedit_smart_calculate(Evas_Object *o)
 {
    Evas_Coord x, y, w, h;
    Evas_Coord px, py, pw, ph;
-   char buff[16];
 
    WS_GROUPEDIT_DATA_GET(o, priv)
    evas_object_geometry_get(priv->parent, &px, &py, &pw, &ph);
@@ -215,7 +214,6 @@ _groupedit_smart_calculate(Evas_Object *o)
         priv->con_current_size->y = y;
         priv->con_current_size->w = w;
         priv->con_current_size->h = h;
-        snprintf(buff, 16, "%i %i", priv->con_current_size->w, 
priv->con_current_size->h);
      }
 
    DBG("Groupedit geometry: x[%i] y[%i] w[%i] h[%i]", x, y, w, h);

-- 


Reply via email to