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 c665a53..7e2b68e 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;