Removed unnecessary Error messages.
authormythri.venugopal <mythri.venugopal@samsung.com>
Fri, 17 Jan 2014 10:03:02 +0000 (10:03 +0000)
committermythri.venugopal <mythri.venugopal@samsung.com>
Fri, 17 Jan 2014 10:03:02 +0000 (10:03 +0000)
src/modules/fastpath/coregl_fastpath_egl.c

index c665a5384f64f81483eb17c9d90f3e2d0b3ddadb..7e2b68ebbf88b04f16d8ab407d0e7e81ce1b7322 100644 (file)
@@ -1083,16 +1083,10 @@ fastpath_eglGetCurrentDisplay(void)
                {
                        dpy = tstate->cstate->rdpy;
 
-               } else
-               {
-                       COREGL_WRN("\E[40;31;1mError fastpath_eglGetCurrentDisplay No context state \E[0m\n");
                }
 
                _COREGL_FASTPATH_FUNC_END();
 
-       } else
-       {
-               COREGL_WRN("\E[40;31;1mError fastpath_eglGetCurrentDisplay No thread state \E[0m\n");
        }
 
        goto finish;