[Pkg-e-commits] [SCM] Enlightenment DR17 file chunk reading/writing library branch, upstream-vcs, updated. a69a05397f2e0ea58ef72d66be1b9700c8b707cf

cedric cedric at alioth.debian.org
Tue May 20 11:48:00 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit 45d557577c091c23feba267a9bd445f4818bcc3d
Author: cedric <cedric>
Date:   Mon May 19 16:01:50 2008 +0000

    Remove some unused variable.

diff --git a/src/lib/eet_data.c b/src/lib/eet_data.c
index 9026f84..f35b42f 100644
--- a/src/lib/eet_data.c
+++ b/src/lib/eet_data.c
@@ -1030,7 +1030,6 @@ eet_data_descriptor_element_add(Eet_Data_Descriptor *edd,
 				Eet_Data_Descriptor *subtype)
 {
    Eet_Data_Element *ede;
-   Eet_Data_Descriptor *simple_type;
    /* int l1, l2, p1, p2, i;
    char *ps;*/
 
@@ -2148,7 +2147,6 @@ _eet_data_descriptor_decode(const Eet_Dictionary *ed,
 			    break;
 			  case EET_G_LIST:
 			      {
-				 int ret;
 				 void *list = NULL;
 				 void **ptr;
 				 void *data_ret;
@@ -2381,7 +2379,6 @@ _eet_data_descriptor_decode(const Eet_Dictionary *ed,
 		       break;
 		     case EET_G_LIST:
 			 {
-			    int ret;
 			    void *data_ret;
 
 			    data_ret = NULL;

-- 
Enlightenment DR17 file chunk reading/writing library



More information about the Pkg-e-commits mailing list