Revert "Evas GL Bug Fix: Fixed int variables that were assumed to be 0 instead"
authorWooHyun Jung <wh0705.jung@samsung.com>
Fri, 27 Jul 2012 02:32:14 +0000 (11:32 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Fri, 27 Jul 2012 02:32:14 +0000 (11:32 +0900)
This reverts commit 3dbc2a751af6f360e31165df3ca8ea26bafc43ba.

src/modules/engines/gl_x11/evas_engine.c

index 4739730..4a9eb48 100755 (executable)
@@ -2877,9 +2877,6 @@ _check_gl_surface_format(GLint int_fmt, GLenum fmt, GLenum attachment, GLenum at
    GLuint fbo, tex, rb, ds_tex;
    int w, h, fb_status;
 
-   // Initialize Variables
-   tex = rb = ds_tex = 0;
-
    // Width/Heith for test purposes
    w = h = 2;