evas-gl-x11: Don't call gl_common_error_set if MakeContextCurrent fails
authorChris Michael <cp.michael@samsung.com>
Wed, 29 Oct 2014 16:07:48 +0000 (12:07 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 29 Oct 2014 16:07:48 +0000 (12:07 -0400)
commit9599007a688fe5c1cc67148de23b48f43836cd30
tree71dcbd6ffef7f70dee0adf5aceaaebab9ee59edf
parent300d20f47b6da448cfeaef49d82e785c2557a8c3
evas-gl-x11: Don't call gl_common_error_set if MakeContextCurrent fails

Summary: glsym_evas_gl_common_error_set used here leads to an implicit
declaration in compiler warnings. Remove the call to that function and
just print out an error message. This is a cleanup function anyway.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/evas/engines/gl_x11/evas_x_main.c