Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : proto

Dir     : e17/proto/esmart/src/container


Modified Files:
        container_private.h container_plugin.c container_element.c 


Log Message:
minor tweaks, removed bad include
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/src/container/container_private.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- container_private.h 14 Sep 2003 00:30:38 -0000      1.1
+++ container_private.h 13 Jan 2004 18:46:29 -0000      1.2
@@ -12,4 +12,6 @@
 void _cb_element_up(void *data, Evas *e, Evas_Object *obj, void *event_info);
 void _cb_element_move(void *data, Evas *e, Evas_Object *obj, void *event_info);
 
+void _container_scale_scroll(Container *cont, double old_length);
+
 #endif
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/src/container/container_plugin.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- container_plugin.c  13 Jan 2004 01:25:09 -0000      1.2
+++ container_plugin.c  13 Jan 2004 18:46:29 -0000      1.3
@@ -7,7 +7,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <limits.h>
-#include "utils.h"
 #include "container.h"
 
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/src/container/container_element.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- container_element.c 13 Jan 2004 17:30:25 -0000      1.4
+++ container_element.c 13 Jan 2004 18:46:29 -0000      1.5
@@ -120,7 +120,6 @@
 void e_container_empty (Evas_Object *container)
 {
   Container *cont;
-  Evas_List *l;
 
   cont = _container_fetch(container);
 




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to