rimmed pushed a commit to branch master.

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

commit 5985036b98670f8bc1add0a92eaaefa84997ea66
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Thu Dec 24 14:20:26 2015 +0200

    groupedit: delete the duplicated signal declaration
    
    Change-Id: I7858678eaba3cc6dc3ff6265dc742c3e282f0cc8
---
 src/bin/ui/workspace/groupedit_private.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/ui/workspace/groupedit_private.h 
b/src/bin/ui/workspace/groupedit_private.h
index 327290e..16861be 100644
--- a/src/bin/ui/workspace/groupedit_private.h
+++ b/src/bin/ui/workspace/groupedit_private.h
@@ -30,7 +30,6 @@ typedef struct _Ws_Groupedit_Smart_Data 
Ws_Groupedit_Smart_Data;
 typedef struct _Groupedit_Part Groupedit_Part;
 typedef struct _Groupedit_Item Groupedit_Item;
 
-static const char SIG_CHANGED[] = "container,changed";
 static const char SIG_PART_SEPARETE_OPEN[] = "parts,separete,open";
 static const char SIG_PART_SEPARETE_CLOSE[] = "parts,separete,close";
 static const char SIG_PART_UNSELECTED[] = "part,unselected";
@@ -43,7 +42,6 @@ static const char SWALLOW_FOR_EDIT[] = "gs.swallow.edit";
  * coming from elm layout): */
 static const Evas_Smart_Cb_Description _smart_callbacks[] = {
    /* about types see here: 
http://docs.enlightenment.org/auto/evas/group__Evas__Keys.html#gaf0d4ce3d62a068eab1b89a34abb056ad
 */
-   {SIG_CHANGED, "(iiii)"},
    {SIG_PART_SEPARETE_OPEN, ""},
    {SIG_PART_SEPARETE_CLOSE, ""},
    {SIG_PART_UNSELECTED, "s"},

-- 


Reply via email to