[EvasGL] code clean up 10/75510/1
authorWonsik, Jung <sidein@samsung.com>
Mon, 20 Jun 2016 07:43:04 +0000 (16:43 +0900)
committerWonsik, Jung <sidein@samsung.com>
Mon, 20 Jun 2016 07:44:12 +0000 (16:44 +0900)
Change-Id: Iccbc34c7d9c1cd3de1335553789f3fce8a8953a9

src/modules/evas/engines/gl_common/evas_gl_context.c

index 03255e6..d3bab39 100755 (executable)
@@ -633,8 +633,6 @@ _evas_gl_common_viewport_set(Evas_Engine_GL_Context *gc, int force_update)
      prog->reset = EINA_TRUE;
    eina_iterator_free(it);
 
-   // TIZEN_ONLY. remove the commented code for code cleanup.
-   // TizenSE recommend that
    if (gc->state.current.prog != PRG_INVALID)
      {
         glUseProgram(gc->state.current.prog->prog);