Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_window.c 


Log Message:
remove unneeded lines

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_window.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- ewl_window.c        4 Jan 2007 05:09:48 -0000       1.68
+++ ewl_window.c        6 Feb 2007 02:29:21 -0000       1.69
@@ -895,7 +895,6 @@
                                        void *user_data __UNUSED__)
 {
        Ewl_Window *win;
-       int width, height;
 
        DENTER_FUNCTION(DLEVEL_STABLE);
        DCHECK_PARAM_PTR("w", w);
@@ -905,12 +904,6 @@
 
        if (!win->window)
                DRETURN(DLEVEL_STABLE);
-
-       /*
-        * Find out how much space the widget accepted.
-        */
-       width = ewl_object_current_w_get(EWL_OBJECT(w));
-       height = ewl_object_current_h_get(EWL_OBJECT(w));
 
        /*
         * Now give the windows the appropriate size and adjust the evas as



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to